API:FMX.Analytics.AppAnalytics.TAppAnalytics.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled;

C++

__property Enabled = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Analytics.AppAnalytics.pas
FMX.Analytics.AppAnalytics.hpp
FMX.Analytics.AppAnalytics TAppAnalytics

Description

Enabled state for the analytics component.

FMX.Analytics.AppAnalytics.TAppAnalytics.Enabled inherits from FMX.Analytics.TCustomAnalytics.Enabled. All content below this line refers to FMX.Analytics.TCustomAnalytics.Enabled.

Enabled state for the analytics component.

If True the analytics component is enabled, if False the component is disabled.

See Also