DAC for MySQL

TMySQLDirectQuery.Methods.FieldNames

Previous Next

Returns field name by its index.

Syntax:

property FieldNames[aIndex : integer]: <B>string</B>;

Description:

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

See also:FieldsCount property
FieldIndexByName() method