System.Analytics.AppAnalytics.TAppAnalyticsCacheManager.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.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics TAppAnalyticsCacheManager

Description

Returns the Event at the specified Index from the temporary data cache.

See Also