System.Actions.TContainedAction.SetParentComponent

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

Delphi

procedure SetParentComponent(AParent: TComponent); override;

C++

DYNAMIC void __fastcall SetParentComponent(System::Classes::TComponent* AParent);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

説明

アクションが含まれるアクション リストを設定します。


SetParentComponent は、指定された AParent アクション リストを、アクションが含まれるアクション リストとして設定します。このアクション リストは ActionList プロパティに格納されます。

関連項目