System.Tether.AppProfile.TResourceCollection.SetItem

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

Delphi

procedure SetItem(Index: Integer; Value: TLocalResource);

C++

HIDESBASE void __fastcall SetItem(int Index, TLocalResource* Value);

プロパティ

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


説明

別のローカル リソースアクションのプロパティを、コレクションの指定されたローカル リソースへコピーします。

SetItem は、Items プロパティに書き込むための protected 実装です。 これは、Indexインデックスのローカル リソースの Assign メソッドを呼び出し、Value ローカル リソースのプロパティが、そのローカル リソースへコピーされるようにします。

関連項目