Indexed access to the fielddef instances.
Source position: db.pas line 248
public property TFieldDefs.Items[Index: LongInt] : TFieldDef |
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.
|
Class to describe one field in a record in a dataset. |