PgDAC

TCustomPgDataSet.GetPgCursor Method

Retrieves a TPgCursor object for a field with known name.

Class

TCustomPgDataSet

Syntax

function GetPgCursor(const FieldName: string): TPgRefCursor;

Parameters
FieldName
Holds the name of an existing field.
Return Value
a TPgCursor object for a field with known name.

Remarks

Call the GetPgCursor method to retrieve a TPgCursor object for a field when only its name is known. FieldName is the name of an existing field.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback