IDtCustomProvider.FetchRows

Syntax

FetchRows(Count: Integer; Var Values: Array): Integer;

Parameters

Count. The number of data provider rows that have to be read.

Values. Two-dimensional array, in which read values are placed.

Description

The FetchRows method reads the specified entry number from data provider and returns the number of actually read entries.

Comments

After executing the example the cursor moves to the first unread entry in the source.

Example

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

See also:

IDtCustomProvider