EnableComponentUpdates method (WinStudio scripts)
Applies To
IWSIDOCollection interface
Definition
Enables component updates for all bound grid column components in the specified IDO collection object.
Syntax
object.EnableComponentUpdates( )
Part | Description |
object | Required. A reference to an IDO collection object. |
Remarks
This method overrides any prior state of bound grid column component updates.
Example
Sub Main() ThisForm.PrimaryIDOCollection.EnableComponentUpdates() End Sub