getUnroundValue();
The getUnroundValue method returns the component's numeric value without rounding as a string.
The component's numeric value is set using the NumberEdit.Value property. To get the specified value, use the NumberEdit.getValue or getUnroundValue method. In the first case, the value is rounded depending on the specified value of the NumberEdit.FractionCount property. In the second case, the value is returned without rounding.
The method use is given in the example for NumberEdit.Value.
See also: