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 record.

Comments

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

Example

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

See also:

IDtCustomProvider