API:FMX.Analytics.AppAnalytics.TAppAnalytics.SetEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnabled(const Value: Boolean); override;

C++

virtual void __fastcall SetEnabled(const bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Analytics.AppAnalytics.pas
FMX.Analytics.AppAnalytics.hpp
FMX.Analytics.AppAnalytics TAppAnalytics

Description

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

Setter for the Enabled property.

If Value is set to True, the startup sequence is executed to install the hooks event and starts the update timer. Descendants should perform any necessary setup before inheriting from it.

See Also