FireDAC.Comp.Client.TFDQuery.ChangeAlerter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChangeAlerter: TFDCustomEventAlerter read FChangeAlerter write SetChangeAlerter;

C++

__property ChangeAlerter;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDQuery

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