IDatasetInstance.Eof

Fore Syntax

Eof: Boolean;

Fore.NET 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

Example of execution is given in the description of the IDatasetInstance.Next method.

See also:

IDatasetInstance