System.Analytics.IApplicationActivityCacheManager.RemoveEventAtIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveEventAtIndex(const Index: Integer);

C++

virtual void __fastcall RemoveEventAtIndex(const int Index) = 0 ;

Properties

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

Description

Removes the event at the specified Index from the temporary data cache.

If Index is out of range, an ERangeError exception should be raised.

See Also