Open main menu

RAD Studio API Documentation β

System.Analytics.TAnalyticsManager.TrackingEnabled

Delphi

property TrackingEnabled: Boolean read GetTrackingEnabled;

C++

__property bool TrackingEnabled = {read=GetTrackingEnabled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Analytics.pas
System.Analytics.hpp
System.Analytics TAnalyticsManager

Description

Indicates whether the activity tracking is active.

If at least one listener is registered TrackingEnabled is set to True, otherwise the property is set to False.

See Also