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