Skip to content

TWebJQXNumberInput

Description

Below is a list of the most important properties methods and events for TWebJQXNumberInput. Represents a control that allows the user to input currency, percentages and any type of numeric data.

Designtime Runtime

HTML template tag

The HTML tag the component can be associated with in an HTML template. Assign the ID attribute with a unique value and set the identical value to the ElementID property. Detailed information can be found in the Use of HTML templates topic.

HTML tag <DIV ID=”UniqueID”></DIV>
ElementID UniqueID

Properties for TWebJQXNumberInput

Property Description
DecimalDigits Sets the number of available decimal digits
Digits Sets the number of available digits
ElementClassName Optionally sets the CSS classname when styling via CSS is used
ElementID Optionally sets the HTML element ID for a HTML element in the form HTML file the label needs to be connected with. When connected, no new control is created but the Delphi class is connected with the existing HTML element in the form HTML file
InputMode Sets the input mode to Advanced (input with numeric mask) or Simple (restricted user input)
MaxValue Sets the maximum allowed input value
MinValue Sets the minimum allowed input value
ShowSpinButtons Sets if the spin buttons are displayed
SpinButtonsStep Sets the increase/decrease step
Symbol Sets the character to use as currency or percentage symbol
SymbolPosition Sets the position of the symbol. Left or Right
Theme Sets the name of the theme that is used to display the control

Events for TWebJQXNumberInput

Property Description
OnChange Event triggered when the input value is changed