[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indexed access to the fielddef instances
Source position: db.pas line 223
public property TFieldDefs.Items : 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 |