[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Acces to field values based on the field names.
Source position: db.pas line 1353
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.
FieldByname |
lazarus-ccr.sourceforge.net |