[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Index of the field in the list of fields
Source position: db.pas line 437
published property TField.Index : LongInt |
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.
|
Number of the field in the record |