Vcl.DBClientActns.TReconcileActionLink.ApplyAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplyAction: TClientDataSetApply read FApplyAction write FApplyAction;

C++

__property TClientDataSetApply* ApplyAction = {read=FApplyAction, write=FApplyAction};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBClientActns.pas
Vcl.DBClientActns.hpp
Vcl.DBClientActns TReconcileActionLink

Description

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

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.

See Also