Skip to main content

IcxNavigator.IsEof Method

Returns whether the control is at the end of its navigable range.

Declaration

function IsEof: Boolean;

Returns

Type
Boolean

Remarks

Forward navigation of the control is performed by clicking the Next, NextPage and Last buttons of the navigator. When the control has reached the end of its navigable range, these buttons are supposed to become disabled. Implement the IsEof function to determine whether the currently selected item is the last. If this function returns True, the mentioned buttons become disabled. Otherwise, they are enabled.

Implement the IsBof function to control the state of the Prior, PriorPage and First buttons.

See Also