A class representing REF CURSOR field in dataset.
For a list of all members of this type, see TCursorField members.
TCursorField = class(TDACursorField);
A TCursorField object represents REF CURSOR field in dataset.
TCursorField holds a TOraCursor object. To get it use the AsCursor property.
As a descendent of TField, TCursorField inherits many properties, methods, and events that are useful for managing the value and properties of a field in a database.
TDACursorField
TCursorField