[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSet.FieldValues

Access to field values based on the field names.

Declaration

Source position: db.pas line 1740

public property TDataSet.FieldValues[FieldName: string] : Variant
  read GetFieldValues
  write SetFieldValues;
  default;

Description

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.

See also

TFields.FieldByName

  

Find a field based on its name


Documentation generated on: May 14 2021