RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReconcileActionLink Class

TReconcileActionLink helps a TClientDataSetApply action display a dialog when the client dataset encounters reconcile errors.

Pascal
TReconcileActionLink = class(TDataLink);
C++
class TReconcileActionLink : public TDataLink;

Applications should not need to use TReconcileActionLink directly. The TClientDataSetApply class creates an instance of this data link internally when its DisplayErrorDlg property it true. This allows the TClientDataSetApply instance to respond when its target (a data source) encounters reconcile errors. That is, when the client data set associated with the target data source has an OnReconcileError event, this data link notifies the TClientDataSetApply instance, which displays a dialog that lets the use indicate how to respond to the error. 

 

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