Items property (WinStudio scripts)
Applies To
IWSIDOCollection
Definition
Returns specified records from an IDO collection. Read-only.
Syntax
object.Items( integer )
Part | Description |
object | Required. A reference to a valid IDO collection object. |
integer | Optional. An
integer that specifies which record is to be returned.
If no particular item is specified, this property returns the entire collection. |
Example
Dim CurCol As IWSIDORowCollection CurCol = ThisForm.CurrentIDOCollection.HostIDOCollection.Items