メインメニューを開く

RAD Studio API Documentation β

System.Actions.TContainedAction.GetParentComponent

Delphi

function GetParentComponent: TComponent; override;

C++

DYNAMIC System::Classes::TComponent* __fastcall GetParentComponent(void);

プロパティ

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

説明

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


GetParentComponent は、そのアクションが含まれるアクション リストを返します。このアクション リストは ActionList プロパティに格納されます。ActionListnil が格納されている場合には、GetParentComponent は継承した System.Classes.TComponent.GetParentComponent メソッドを呼び出します。

関連項目