IDtCustomProvider.Fetch

Syntax

Fetch(Var Values: 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.

Example

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

See also:

IDtCustomProvider