Class of TFields.
Source position: db.pas line 1360
type TFieldsClass = class of TFields; |
TFieldsClass is needed to be able to specify the class of fields used in TDataset.Fields;
|
Indexed access to the fields of the dataset. |
|
|
Collection of #fcl.db.TField instances. |