System.Actions.TContainedAction.HasParent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function HasParent: Boolean; override;

C++

DYNAMIC bool __fastcall HasParent();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Beschreibung

Gibt an, ob die Aktion in einer Aktionsliste enthalten ist.

HasParent gibt True zurück, wenn sich die Aktion in einer Aktionsliste (in der Eigenschaft ActionList angegeben) befindet. Wenn ActionList nil ist, ruft HasParent die geerbte Methode System.Classes.TComponent.HasParent auf.

Siehe auch