API:Vcl.ActnMan.TControlProperties.Create
Delphi
constructor Create(AItem: TActionClientItem); override;
C++
__fastcall virtual TControlProperties(TActionClientItem* AItem);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| constructor | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TControlProperties |
Beschreibung
Erstellt eine neue Instanz der Klasse TCheckBoxProperties. {{#multireplace:Vcl.ActnMan.TControlProperties.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.ActnMan.TCheckBoxProperties.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.ActnMan.TCheckBoxProperties.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.