Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TFieldDefs.Items

Indexed access to the fielddef instances.

Declaration

Source position: db.pas line 242

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: Jul 24 2023