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