Vcl.ActnMan.TCustomActionManager.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Beschreibung

Erstellt und initialisiert ein TCustomActionManager-Objekt.

Im Formular-Designer wird automatisch ein Aktionsmanager erstellt, wenn Sie die Komponente in ein Formular einfügen. Der Parameter AOwner ist der Eigentümer des neuen Objekts (normalerweise das Formular).

Erstellen Sie keine Instanzen von TCustomActionManager. Verwenden Sie stattdessen die abgeleitete Klasse TActionManager.

Siehe auch