System.Analytics.IApplicationActivityListener.TrackControlFocused

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TrackControlFocused(const TimeStamp: TDateTime; const Sender: TObject);

C++

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

The TimeStamp specifies the TDateTime of the event occurrence.

See Also