RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientDataSetApply.MaxErrors Property

Indicates the maximum number of errors that can be allowed when applying updates.

Pascal
property MaxErrors: Integer;
C++
__property int MaxErrors;

MaxErrors indicates the maximum number of errors that are allowed before prematurely stopping an update operation. Set MaxErrors to –1 to indicate that there is no limit to the number of errors.  

TClientDataSetApply passes the value of MaxErrors as the value of the MaxErrors parameter when it calls the ApplyUpdates method of the target client dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!