System.Analytics.IApplicationActivityCacheManager.GetEventAtIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetEventAtIndex(const Index: Integer): string;

C++

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

Propriétés

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


Description

Accesseur en lecture de la propriété Event.

La méthode GetEventAtIndex récupère l'événement de l'Index spécifié du cache de données temporaire. Si l'Index est hors bornes, une exception ERangeError doit être déclenchée.

Voir aussi