System.Analytics.IApplicationActivityListener.TrackAppStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TrackAppStart(const TimeStamp: TDateTime);

C++

virtual void __fastcall TrackAppStart(const System::TDateTime TimeStamp) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Analytics.pas
System.Analytics.hpp
System.Analytics IApplicationActivityListener

Description

Method called when the TAnalyticsManager records a TAppActivity.AppStart event.

The TimeStamp specifies the TDateTime of the event occurrence.

See Also