WinStudio
IWSIDOCollection interface
Returns a value in a specified record in an IDO collection. Read-only.
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. |
text
Dim CurCol As IWSIDORow Dim i As Integer CurCol = ThisForm.CurrentIDOCollection.HostIDOCollection.Item(i)