FetchRows(Count: Integer; Var Values: Array): Integer;
Count. The number of data provider rows that have to be read.
Values. Two-dimensional array, in which read values are placed.
The FetchRows method reads the specified record number from data provider and returns the number of actually read records.
After executing the example the cursor moves to the first unread record in the source.
The method use is given in the example for IDtUserProviderEx.CustomProvider.
See also: