brItemIndex Property

   

Returns the number of items read from the list.

Syntax

lValue = object.brItemIndex

Parameters

Parameter

Description

lValue

The return value is a Long data type indicating the number of items that have been read from the select list.

object

An object variable that represents a clsD3SelectList object.

Returns

For RPC connections, may return a negative number indicating a partial list.

Remarks

When a clsD3SelectList object is created, brItemIndex returns 0. For each brReadnext, the brItemIndex is incremented.