IMetaMembersSet.Eof

Fore Syntax

Eof: Boolean;

Fore.NET Syntax

Eof(): boolean;

Description

The Eof method returns whether a current element is the last one in a set.

Comments

Returned values:

Fore and Fore.NET Examples

The method use is given in the example for IMetaMembersSet.CurrentOffset.

See also:

IMetaMembersSet