System.Actions.TContainedAction.HasParent

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

Delphi

function HasParent: Boolean; override;

C++

DYNAMIC bool __fastcall HasParent();

プロパティ

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

説明

アクションがアクション リストに含まれているかどうかを示します。


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

関連項目