IDtCustomProvider.Eof

Syntax

Eof: Boolean;

Description

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

Comments

If Eof returns True, data end is reached.

Example

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

See also:

IDtCustomProvider