Should field instances be created for hidden fields.
Source position: db.pas line 247
public property TFieldDefs.HiddenFields : Boolean |
HiddenFields determines whether a field is created for fielddefs that have the faHiddenCol attribute set. If set to False (the default) then no TField instances will be created for hidden fields. If it is set to True, then a TField instance will be created for hidden fields.
|
Additional attributes of the field. |