FMX.Analytics.TCustomAnalytics.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default False;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics

Description

Enabled state for the analytics component.

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

See Also