FireDAC.Comp.Client.TFDQuery.ChangeAlertName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChangeAlertName: string read FChangeAlertName write SetChangeAlertName default 0;

C++

__property ChangeAlertName = {default=0};

Properties

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

Description

Optional name of the change notification.

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

Optional name of the change notification.

This name is the SQL query base table name by default.

See Also