TObjectSource.FetchMore Method
Fetches the next batch of objects and appends them to the supplied list.
Syntax
Unit: Aurelius.Bind.BaseDataset
function TObjectSource.FetchMore(AList: IObjectList): Boolean; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AList | IObjectList | The list to which newly fetched objects are added. |
Returns
True if at least one object was fetched; False when the source is exhausted.