API:Vcl.ListActns.TCustomStaticListAction.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomStaticListAction(System::Classes::TComponent* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomStaticListAction

Beschreibung

Erzeugt eine Instanz von TCustomListAction.

Vcl.ListActns.TCustomStaticListAction.Create erbt von Vcl.ListActns.TCustomListAction.Create. Der folgende Inhalt bezieht sich auf Vcl.ListActns.TCustomListAction.Create.

Erzeugt eine Instanz von TCustomListAction.

In Anwendungen braucht der Konstruktor von TCustomListAction nur selten aufgerufen zu werden, da Aktionen bereits während des Entwurfs zu einer Aktionsliste oder einem Aktionsmanager hinzugefügt werden.

AOwner enthält den Eigentümer der Aktion. Diese Komponente ist für die Freigabe der TCustomListAction-Instanz verantwortlich.

Siehe auch