[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indexed access to the fields in the list
Source position: db.pas line 1124
public property TFields.Fields : 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 |