System.Analytics.IApplicationActivityCacheManager.GetEventAtIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetEventAtIndex(const Index: Integer): string;

C++

virtual System::UnicodeString __fastcall GetEventAtIndex(const int Index) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
System.Analytics.pas
System.Analytics.hpp
System.Analytics IApplicationActivityCacheManager


説明

Event プロパティの取得メソッドです。

GetEventAtIndex メソッドは、指定された Index にあるイベントを、一時データ キャッシュから取得しようとします。Index が、範囲外だった場合、ERangeError 例外が発生します。

関連項目