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


説明

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

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

関連項目