brBOL Property

Returns a value that indicates whether the current position is on the first element in the list

Syntax

bValue = object.brBOL

Parameters

Parameter

Description

bValue

The return value is a Boolean data type that is True if the current position is on the first element in the list.

object

An object variable that represents a clsD3SelectList object.

Remarks

If both brBOL and brEOL return True, then the clsD3SelectList object is in an uninitialized state. The brBOL and brEOL properties are not valid until after the first brReadnext.