The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Value


Unit: SDL_numio
Class: TNumIO2
Declaration: property Value: double;

The property Value is used to retrieve the corresponding numeric value from the numeric string contained in the input box. Independent of the numeric format set by InputFormat, Value is declared as double. If you need to retrieve the numeric value of the input field as an integer, you should use the IntegerValue property. If the property Value is set programmatically, the number is displayed using the input format.

Hint: In addition to setting the Value property, the value of the input field may also be adjusted by clicking the up/down button, if this button has been made available by setting the property ButVisible to TRUE, or by clicking into the gauge bar area - provided the gauge bar is visible (see property GaugeVisible)



Last Update: 2023-Dec-14