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

TFieldDefs.Items

Indexed access to the fielddef instances

Declaration

Source position: db.pas line 229

public property TFieldDefs.Items[Index: LongInt] : TFieldDef
  read GetItem
  write SetItem;
  default;

Description

Items provides zero-based indexed access to all TFieldDef instances in the collection. The index must vary between 0 and Count-1, or an exception will be raised.

See also

TFieldDef

  

Class to describe one field in a record in a dataset


Documentation generated on: May 14 2021