FMX.Analytics.TCustomAnalytics.SetEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnabled(const Value: Boolean); virtual;

C++

virtual void __fastcall SetEnabled(const bool Value);

Properties

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

Description

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