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

TDataSet.Fields

Indexed access to the fields of the dataset.

Declaration

Source position: db.pas line 1739

public property TDataSet.Fields : TFields
  read FFieldList;

Description

Fields provides access to the fields of the dataset. It is of type TFields and therefore gives indexed access to the fields, but also allows other operations such as searching for fields based on their names or getting a list of fieldnames.

See also

TFieldDefs

  

Collection of TFieldDef instances.

TField

  

Provide access to the contents of a single field in a record


Documentation generated on: May 14 2021