Vcl.AppAnalytics.GetAppAnalytics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAppAnalytics: TAppAnalytics;

C++

extern DELPHI_PACKAGE TAppAnalytics* __fastcall GetAppAnalytics();

Properties

Type Visibility Source Unit Parent
function public
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics Vcl.AppAnalytics

Description

Returns the instance of AppAnalytics for the application.

This function is useful for tracking things outside the main form, where the components may exist. This is done without the need of including the main form in the uses clause.

Note: There can be only one instance per application.

See Also