Table of Contents

TCursorSource.FetchMore Method

Fetches the next object from the cursor into the supplied list.

Syntax

Unit: Aurelius.Bind.Dataset

function TCursorSource.FetchMore(AList: IObjectList): Boolean; override;

Parameters

<-> Parameter Type Description
AList IObjectList The list to which the fetched object is appended.

Returns

True if an object was fetched; False when the cursor is exhausted.

See also