FMX.Analytics.TCustomAnalytics.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded(void);

Properties

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

Description

Ensures that the SetEnabled logic is performed before start data collection.

See Also