System.Analytics.IApplicationActivityListener.TrackEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TrackEvent(const TimeStamp: TDateTime; const Sender, Context: TObject);

C++

virtual void __fastcall TrackEvent(const System::TDateTime TimeStamp, System::TObject* const Sender, System::TObject* const Context) = 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.Custom event.

The TimeStamp specifies the TDateTime of the event occurrence. Context is an optional object reference that provides additional information about the event.

See Also