Vcl.NumberBox.TNumberBox
Delphi
TNumberBox = class(TCustomNumberBox)
C++
class PASCALIMPLEMENTATION TNumberBox : public TCustomNumberBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.NumberBox.pas Vcl.NumberBox.hpp |
Vcl.NumberBox | Vcl.NumberBox |
Description
TNumberBox is a numeric input control that supports input of 32-bit and 64-bit integer numbers, floating point numbers with a given set of decimal digits and proper formatting, and currency values.
The MinValue and MaxValue properties control the range of input values when at least one of them is not zero.
Note: This constraint is not applied immediately when a user is typing data. But when the user presses Enter or the input focus will leave TNumberBox.