Eof: Boolean;
The Eof property returns whether cursor is placed on the data provider last record.
If Eof returns True, data end is reached.
The method use is given in the example for IDtUserProviderEx.CustomProvider.
See also:
IDtCustomProvider