RAD Studio VCL Reference
|
Indicates that the CurValue property of fields in the dataset should be used instead of the OldValue property.
property UseCurValues: Boolean;
__property Boolean UseCurValues;
UseCurValues is set during the resolving process when a record is corrected in an OnUpdateError event handler. This allows the resolver to reapply a corrected record rather than using the originally provided values as the basis of an update.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|