API:Vcl.ActnMan.TTextProperties.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AItem: TActionClientItem); override;

C++

__fastcall virtual TTextProperties(TActionClientItem* AItem);

Eigenschaften

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

Beschreibung

Erstellt eine neue Instanz der Klasse TCheckBoxProperties.

Vcl.ActnMan.TTextProperties.Create erbt von Vcl.ActnMan.TCheckBoxProperties.Create. Der folgende Inhalt bezieht sich auf Vcl.ActnMan.TCheckBoxProperties.Create.

Erstellt eine neue Instanz der Klasse TCheckBoxProperties.

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

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

Siehe auch