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....



RangeHigh


Unit:SDL_numio
Class:TNumIO
Declaration:property RangeHigh double;

The property RangeHigh defines the smallest valid number number to be accepted by the control. RangeHigh is set to uc_MaxDouble (1.7E308) by default. Note that the input of negative numbers only can be forced by setting the property RangeHigh to zero.

Hint: If the acceptable input range defined by the properties RangeLow and RangeHigh does not include zero, then the user will not be able to input all numbers of the valid range.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): numin



Last Update: 2023-Dec-14