WinStudio
IWSIDOCollection interface
Disables component updates for all bound grid column components in a specified IDO collection object.
object.DisableComponentUpdates( )
Part |
Description |
object | Required. A reference to an IDO collection object. |
Before this method is executed, it returns a Boolean value indicating the prior status of bound grid component updates:
Sub Main() ThisForm.PrimaryIDOCollection.DisableComponentUpdates() End Sub