RepaintWindow method (WinStudio scripts)
Applies To
IWSFormComponent interface
Definition
Repaints the specified component.
Syntax
object.RepaintWindow( )
Part | Description |
object | Required. A reference to a valid component object. |
Example
Sub Main() ThisForm.Components("grid1").RepaintWindow() End Sub