Edit box for numeric values. Ensures that only numeric values are entered.
Base Classes: TextBox
|
Constructor. |
|
Converts a Pick numeric value to a numeric Double. | |
|
Formats a number from internal Pick representation to decimal format. | |
|
Converts a number to Pick internal format. | |
|
Returns a copy of the current instance. For internal use only. | |
|
Formats the specified text as specified by the properties and then places the text in the control. |
|
Name |
Type |
Description |
|
Boolean |
Property containing the default character representing an empty value. This can be an empty string or a numeric zero. | |
|
Integer |
Property indicating the maximum number of decimals to display after the decimal character. | |
|
String |
Property indicating the character used as the decimal character. Possible values are '.' (dot) or ',' comma or empty string. | |
|
Boolean |
Property indicating whether numbers should be formatted with or without the thousand delimiter. |