See Also Properties Methods Events Example
Unit
MySQLDataset
Applies to
TMySQLDataset component
Declaration
property FieldName: string;
Description
The currently selected FieldName(s). This can contain a comma delimited list of fields and could contain the primary key for the current table. This is typically used if you have not defined an index on your table when you designed it, but would like the dataset to treat certain fields as if they were the index.
NOTE: This will replace all $FIELDNAME macros in your SQL statements if you used it.