brEOL Property

       

Returns a value that indicates whether the current position is after the last element in the list.

Syntax

bValue = object.brEOL

Parameters

Parameter

Description

bValue

The return value is a Boolean that is True if the current position is after the last element in the list, and False if the current position is on or before the last 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.