PgDAC

TCustomPgDataSet.GetPgRow Method

Retrieves a TPgRow object for a field with known name.

Class

TCustomPgDataSet

Syntax

function GetPgRow(const FieldName: string): TPgRow;

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

Remarks

Call the GetPgRow method to retrieve a TPgRow 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