PostgresDAC

TPSQLDirectQuery.Methods.FieldNames

Previous Next

Returns name of a field by its index.

Syntax:

property FieldNames[aIndex : integer]: string;

Description:

Use FieldNames to get name of field with index aIndex in fetched resultset.

See also:FieldsCount property
FieldIndexByName() method