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.
See also: FieldsCount property, FieldIsNull(), FieldValueByName() methods