WinStudio
IWSIDOCollection interface
Saves the current object in a collection, and returns a Boolean value indicating whether the object was saved successfully.
object.SaveCurrent( )
Part |
Description |
object | Required. A reference to a valid IDO collection object. |
A return value of:
Sub Main() ThisForm.PrimaryIDOCollection.SaveCurrent() End Sub