System.Analytics.TAnalyticsManager.TrackingEnabled

From RAD Studio API Documentation
Jump to: navigation, search

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