TCursorSource.Create Constructor
Creates a new cursor source wrapping the given open database cursor.
Syntax
Unit: Aurelius.Bind.Dataset
constructor TCursorSource.Create(ACursor: ICriteriaCursor);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ACursor | ICriteriaCursor | The open ICriteriaCursor to read objects from. |