IDatasetInstance.Eof

Syntax

Eof: Boolean;

Description

The Eof method returns True if cursor is on the last record in data source, or if data source has no records.

Example

The example of use is given in description of the IDatasetInstance.Next method.

See also:

IDatasetInstance