FireDAC.Comp.Client.TFDAdaptedDataSet.ChangeAlerter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChangeAlerter: TFDCustomEventAlerter read FChangeAlerter write SetChangeAlerter;

C++

__property TFDCustomEventAlerter* ChangeAlerter = {read=FChangeAlerter, write=SetChangeAlerter};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDAdaptedDataSet

Description

Change alerter associated with your dataset.

Your dataset is refreshed automatically when it receives a change notification from this change alerter with a name matching the value of the ChangeAlertName property.

See Also