Vcl.DBClientActns.TReconcileActionLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TDataLinkSystem.Classes.TPersistentSystem.TObjectTReconcileActionLink

Delphi

TReconcileActionLink = class(TDataLink)

C++

class PASCALIMPLEMENTATION TReconcileActionLink : public Data::Db::TDataLink

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBClientActns.pas
Vcl.DBClientActns.hpp
Vcl.DBClientActns Vcl.DBClientActns

Description

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

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 dataset 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.

See Also