System.Tether.AppProfile.TLocalActionCollection.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 TLocalActionCollection

説明

コレクション内の指定された項目を返します。 System.Tether.AppProfile.TLocalActionCollection.GetItem は System.Classes.TCollection.GetItem を継承しています。以下の内容はすべて System.Classes.TCollection.GetItem を参照しています。

コレクション内の指定された項目を返します。

GetItem メソッドは,Items プロパティの読み取りプロテクトメソッドです。

関連項目