FireDAC.Phys.Intf.IFDPhysChangeHandler.TrackEventName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysChangeHandler

Delphi

property TrackEventName: String read GetTrackEventName;

C++

__property System::UnicodeString TrackEventName = {read=GetTrackEventName};

Description

Name of the change notification.

By default, the value of TrackEventName is equal to the base table name of the TrackCommand SQL query.

See Also