IDtCustomProvider.Fetch

Fore Syntax

Fetch(Var Values: Array)

Fore.NET Syntax

Fetch(Var Values: System.Array)

Parameters

Values. One-dimensional array where read values are placed.

Description

The Fetch method reads the data provider current entry.

Comments

After reading data the cursor moves to the next entry in the provider.

Fore and Fore.NET Examples

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

See also:

IDtCustomProvider