Eof: Boolean;
Eof(): Boolean;
The Eof method returns True if cursor is on the last record in data source, or if data source has no records.
Example of execution is given in the description of the IDatasetInstance.Next method.
See also:
IDatasetInstance