Vcl.ActnMan.TComboBoxProperties.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AItem: TActionClientItem); override;

C++

__fastcall virtual TComboBoxProperties(TActionClientItem* AItem);

Eigenschaften

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

Beschreibung

Erstellt eine neue Instanz der Klasse TComboBoxProperties.

Mit Create erstellen Sie eine neue Instanz der TComboBoxProperties-Klasse. Der Parameter AItem enthält eine Referenz auf die Klasse TActionClientItem, die von TComboBoxProperties gesteuert wird.

Anmerkung:  Von TComboBoxProperties dürfen keine Instanzen erzeugt werden. TComboBoxProperties wird von der Klasse TActionClientItem automatisch erzeugt, wenn deren Eigenschaft CommandStyle geändert wird.

Siehe auch