IDtCustomProvider.Eof

Fore Syntax

Eof: Boolean;

Fore.NET Syntax

Eof: boolean;

Description

The property is read-only.

The Eof property returns whether cursor is placed on the data provider last entry.

Comments

If Eof returns True, data end is reached.

Fore and Fore.NET Examples

The method use is given in the example for IDtUserProviderEx.CustomProvider.

See also:

IDtCustomProvider