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) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.NumberBox.pas Vcl.NumberBox.hpp |
Vcl.NumberBox | TCustomNumberBox |
Description
Creates and initializes a new TNumberBox object.