FireDAC.Comp.Client.TFDAdaptedDataSet.ChangeAlerter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDAdaptedDataSet

Delphi

property ChangeAlerter: TFDCustomEventAlerter read FChangeAlerter write SetChangeAlerter;

C++

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

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