Vcl.NumberBox.TCustomNumberBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.



Siehe auch