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

TField.Index

Index of the field in the list of fields

Declaration

Source position: db.pas line 437

published property TField.Index : LongInt
  read GetIndex
  write SetIndex;

Description

Index is the name of the field in the list of fields of a dataset. It is, in general, the (0-based) position of the field in the underlying datas structures, but this need not always be so. The TField.FieldNo property should be used for that.

See also

TField.FieldNo

  

Number of the field in the record


Documentation generated on: Nov 14 2015