FetchRows(Count: Integer; Var Values: Array): Integer;
FetchRows(Count: integer;Var Values: System.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 entry number from data provider and returns the number of actually read entries.
After executing the example the cursor moves to the first unread entry in the source.
The method use is given in the example for IDtUserProviderEx.CustomProvider.
See also: