System.Actions.TContainedAction.GetParentComponent

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

Delphi

function GetParentComponent: TComponent; override;

C++

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

プロパティ

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

説明

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


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

関連項目