IDtCustomProvider.Eof

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.

Example

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

See also:

IDtCustomProvider