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