Implements the ability to scan sequentially through a list of item-ids.
Remarks
To create a new clsD3SelectList object, use one of the following five techniques:
Use the brOpenSelectList method of the clsD3Connection class.
Set oSelectList = oConn.brOpenSelectList("list md") |
Use the brSelect method on an existing clsD3File object.
Set oSelectList = oFile.brSelect |
This returns a list of item-ids from the D3 file associated with the oFile.
Use the brSelect method on an existing clsD3Connection object.
Set oSelectList = oConn.brSelect |
This returns a list of current files from the account associated with the oConn.
Use the brSelect method on an existing clsD3Connection object.
Set oSelectList = oConn.brSelect |
This returns a list of current files from the account associated with the oConn.
Use the brSelect method on an existing clsD3DynamicArray object.
Set oSelectList = oArray.brSelect |
This returns a list of the attributes in the oArray.
An application is likely to have multiple clsD3SelectList objects.