System.Analytics.IApplicationActivityCacheManager.RemoveEventAtIndex
Delphi
procedure RemoveEventAtIndex(const Index: Integer);
C++
virtual void __fastcall RemoveEventAtIndex(const int Index) = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | System.Analytics.pas System.Analytics.hpp |
System.Analytics | IApplicationActivityCacheManager |
Description
Retire l'événement de l'Index
spécifié du cache de données temporaire.
Si l'Index
est hors limites, une exception ERangeError doit être déclenchée.