[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indexed access to the fields in the list
Source position: db.pas line 1043
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 |
lazarus-ccr.sourceforge.net |