RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReconcileActionLink.ApplyAction Property

Specifies the client dataset apply action that uses this action link to respond to reconcile errors.

Pascal
property ApplyAction: TClientDataSetApply;
C++
__property TClientDataSetApply ApplyAction;

This property is set by the TClientDataSetApply instance that owns this TReconcileActionLink instance. It provides access to that TClientDataSetApply instance. 

When the client dataset that is the value of the DataSet property encounters an OnReconcileError event, the TReconcileActionLink instance forwards this notification to the action that is the value of ApplyAction. If that action's DisplayErrorDlg property is true, it then responds by calling the HandleReconcileError function to display a dialog in which the user can specify how to respond to the update errors. 

 

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