Forces an immediate repaint of the current object.
object.Refresh()
Newlook Smartclient only.
Obsolete from Version 11.0 onwards for the ListView control only. Some older solutions may contain instances of this method. Run the compatibility report to identify any use of this method and remove it from your solution.
This method repaints the control . It does not refresh the content of the control or rebind to the source data. It is useful if you have a script which is dynamically adding data to a grid and you wish to repaint the object as it is updating. In this scenario you would add a line of code calling the refresh method to your looping structure.
None.
Returns a Boolean value indicating the success or failure of the action.
ListView control Obsolete for this control.
© 2004-2021 looksoftware. All rights reserved.