DAC for MySQL
TMySQLDirectQuery.Methods.FieldValues | Previous Next |
Returns field value by it index.
Syntax:
property FieldValues[aIndex : integer]: string;
Description:
Use FieldValues to get value of field with index aIndex in active record.
- All fields values are returned as strings when using
TMySQLDirectQuery component for performance reasons.
- NULL fields values are returned as empty strings. Use
FieldIsNull() method to distinguish empty string values from NULL values.