System.Analytics.IApplicationActivityCacheManager.Event

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Event[const Index: Integer]: string read GetEventAtIndex;

C++

__property System::UnicodeString Event[const int Index] = {read=GetEventAtIndex};

Properties

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

Description

Events stored in the temporary data cache.

Index specifies the Event you want to access.

See Also