FireDAC.Comp.Client.TFDAdaptedDataSet.ChangeAlertName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChangeAlertName: String read FChangeAlertName write SetChangeAlertName;

C++

__property System::UnicodeString ChangeAlertName = {read=FChangeAlertName, write=SetChangeAlertName};

Properties

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

Description

Optional name of the change notification.

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

See Also