Vcl.AppAnalytics.TAppAnalytics.TrackApplicationExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TrackApplicationExit;

C++

void __fastcall TrackApplicationExit();

Properties

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

Description

Call TrackApplicationExit to track that the application has exited.

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

See Also