FMX.ActnList.TCustomAction.SetTarget

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

Delphi

procedure SetTarget(const Value: TComponent); virtual;

C++

virtual void __fastcall SetTarget(System::Classes::TComponent* const Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

説明

Target プロパティの値を設定します。

protected SetTarget メソッドは、下位クラスで Target プロパティの値を設定できるようにするために提供されています。

関連項目