IUiDataSet.Eof

Syntax

Eof: Boolean;

Description

The Eof property returns True if the cursor in the data source is on the last record.

Comments

If the cursor is on the last record, the property returns True, otherwise it returns False.

See also:

IUiDataSet