Reads the next item in the select list associated with the clsD3SelectList object.
Syntax
bValue = object.brReadNext([sItemId]) |
Parameters
Parameter |
Description |
bValue |
The return value is a Boolean data type that is True if not at the end of the list. |
object |
An object variable that represents a clsD3SelectList object. |
sItemId |
Optional. A Variant (String subtype) containing the item-id resulting from performing this operation. This is an output-only parameter that returns the same results as the brItemId property. |