Vcl.ActnMan.TCommandProperties.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AItem: TActionClientItem); virtual;

C++

__fastcall virtual TCommandProperties(TActionClientItem* AItem);

Eigenschaften

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

Beschreibung

Erstellt eine neue Instanz der Klasse TCommandProperties.

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

Anmerkung:  Erstellen Sie keine Instanzen von TCommandProperties, da TCommandProperties eine Basisklasse ist.

Siehe auch