IDtProvider.Fetch

Syntax

Fetch(Var Values: Array);

Parameters

Values. Single-dimensional array, to which read values of the current records in the data provider will be placed.

Description

The Fetch method reads data of the current record from the data provider.

Comments

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

Example

The property use is given in the example for IDtProvider.Eof.

See also:

IDtProvider