[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Acces to field values based on the field names.
Source position: db.pas line 1685
public property TDataSet.FieldValues : 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 |