Vcl.AppAnalytics.TAppAnalytics.TrackApplicationStarted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TrackApplicationStarted;

C++

void __fastcall TrackApplicationStarted();

Properties

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

Description

Call TrackApplicationStarted to track that an application has started.

Normally, you do not need to call TrackApplicationStarted, use the aoTrackStartup option instead.

See Also