| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Access to field values based on the field names.
Source position: db.pas line 1740
 public property TDataSet.FieldValues[FieldName: string] : Variant  | 
FieldValues provides array-like access to the values of the fields, based on the names of the fields. The value is read or written as a variant type. It is equivalent to the following:
FieldByName(FieldName).AsVariant
It can be read as well as written.
  | 
Find a field based on its name  |