FireDAC.Comp.Client.TFDQuery.ChangeAlerter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ChangeAlerter;

C++

__property ChangeAlerter;

Description

Change alerter associated with your dataset.

FireDAC.Comp.Client.TFDQuery.ChangeAlerter inherits from FireDAC.Comp.Client.TFDAdaptedDataSet.ChangeAlerter. All content below this line refers to FireDAC.Comp.Client.TFDAdaptedDataSet.ChangeAlerter.

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