System.Analytics.IApplicationActivityCacheManager.GetEventAtIndex
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 例外が発生します。