Used for TCustomDADataSet to raise an exception when the number of updated or deleted records does not equal 1.
property StrictUpdate: boolean;
TCustomDADataSet raises an exception when the number of updated or deleted records does not equal 1. Setting this option also causes an exception if the RefreshRecord procedure returns more than one record. The exception does not occur when you use a non-SQL block. The default value is True.