System.Tether.AppProfile.TActionCollection.SetItem

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

Delphi

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

C++

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

プロパティ

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


説明

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

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

関連項目