Used for TCustomDADataSet to set the Required property of TField objects for NOT NULL fields.
property RequiredFields: boolean default False;
If True, TCustomDADataSet sets the Required property of TField objects for NOT NULL fields. It is useful when table has a trigger that updates NOT NULL fields. The default value is False.