System.Analytics.IApplicationActivityCacheManager.GetEventAtIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEventAtIndex(const Index: Integer): string;

C++

virtual System::UnicodeString __fastcall GetEventAtIndex(const int Index) = 0 ;

Properties

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

Description

Getter for the Event property.

The GetEventAtIndex method retrieves the event at the specified Index from the temporary data cache. If the Index is out of range an ERangeError exception should be raised.

See Also