EPUB | CHM | PDF

TMySQLDirectQuery.Properties.FieldNames

Top Previous Next

Returns field name 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