System.Tether.AppProfile.TLocalResourceCollection.GetItem

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

Delphi

function GetItem(Index: Integer): TLocalResource;

C++

HIDESBASE TLocalResource* __fastcall GetItem(int Index);

プロパティ

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

説明

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

System.Tether.AppProfile.TLocalResourceCollection.GetItem は System.Classes.TCollection.GetItem を継承しています。以下の内容はすべて System.Classes.TCollection.GetItem を参照しています。

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

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

関連項目