| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TFieldAttribute values.
Source position: db.pas line 130
type TFieldAttributes = set of (  | 
||
faHiddenCol,  | 
  | 
Field is a hidden column (used to construct a unique key)  | 
faReadonly,  | 
  | 
Field is read-only  | 
faRequired,  | 
  | 
Field is required  | 
faLink,  | 
  | 
Field is a link field for other datasets  | 
faUnNamed,  | 
  | 
Field has no original name  | 
faFixed  | 
  | 
Fixed length field  | 
);  | 
TFieldAttributes is used in the TFieldDef.Attributes property to denote additional attributes of the underlying field.
  | 
Additional attributes of the field.  |