Vcl.ActnList.TCustomActionList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionList.

Mit Create könnnen Sie zur Laufzeit eine Aktionsliste instantiieren. Aktionslisten, die einem Formular beim Entwurf hinzugefügt werden, werden automatisch erzeugt.

Der Parameter AOwner gibt das übergeordnete Objekt der Aktionsliste an (normalerweise ein Formular oder ein Datenmodul).

Siehe auch