Number of fields in the list
Source position: db.pas line 1356
public property TFields.Count : Integer read GetCount;
Count is the number of fields in the fieldlist. The items in the Fields property are numbered from 0 to Count-1.
TFields.fields
Indexed access to the fields in the list