RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPacketDataSet.UseCurValues Property

Indicates that the CurValue property of fields in the dataset should be used instead of the OldValue property.

Pascal
property UseCurValues: Boolean;
C++
__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!