System.Tether.AppProfile.TActionCollection.GetItem

提供:RAD Studio API Documentation

Delphi

function GetItem(Index: Integer): TLocalAction;

C++

HIDESBASE TLocalAction* __fastcall GetItem(int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TActionCollection


説明

コレクション内の指定されたインデックスローカル アクションを返します。

GetItem は、Items プロパティを読み取るための protected 実装です。

関連項目