Vcl.NumberBox.TCustomNumberBox.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomNumberBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomNumberBox(HWND ParentWindow) : Vcl::Stdctrls::TCustomEdit(ParentWindow) { }
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | Vcl.NumberBox.pas Vcl.NumberBox.hpp |
Vcl.NumberBox | TCustomNumberBox |
Beschreibung
Erzeugt und initialisiert ein TNumberBox-Objekt.