Indexed access to the fields in the list.
Source position: db.pas line 1368
public property TFields.Fields[Index: Integer] : TField |
Fields is the default property of the TFields class. It provides indexed access to the fields in the list: the index runs from 0 to Count-1.
Providing an index outside the allowed range will result in an EListError exception.
|
Find a field based on its name. |