System.Analytics.IApplicationActivityCacheManager.RemoveEventAtIndex
Delphi
procedure RemoveEventAtIndex(const Index: Integer);
C++
virtual void __fastcall RemoveEventAtIndex(const int Index) = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | System.Analytics.pas System.Analytics.hpp |
System.Analytics | IApplicationActivityCacheManager |
Beschreibung
Entfernt das Ereignis am angegebenen Index
aus dem temporären Datenzwischenspeicher.
Wenn Index
außerhalb des Bereichs liegt, sollte eine ERangeError-Exception ausgelöst werden.