FMX.Forms.TApplication.TrackActivity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TrackActivity: Boolean;

C++

bool __fastcall TrackActivity();

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Returns True if an instance of TAnalyticsManager is assigned to the application, False otherwise.

TrackActivity provides a mechanism for checking if the application analytics has been enabled without accessing the AnalyticsManager property. It creates an instance of an application manager if it does not already exist.

See Also