Item property (WinStudio scripts)
Applies To
IWSIDOCollection interface
Definition
Returns a value in a specified record in an IDO collection. Read-only.
Syntax
object.Item( integer )
Part | Description |
object | Required. A reference to a valid IDO collection object. |
integer | Required. An integer value specifying the record (row) in the collection. |
Example
Dim CurCol As IWSIDORow Dim i As Integer CurCol = ThisForm.CurrentIDOCollection.HostIDOCollection.Item(i)