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