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



Create


Unit:SDL_numio
Class:TNumIO
Declaration:constructor Create(AOwner: TComponent);

The call to the constructor Create instantiates an object of the class TNumIO and allocates the necessary memory. The control is initialized to the following defaults:
 
Empty := FALSE; 
DecPlaceSep := cmBoth; 
InputFormat := itDynamic; 
RangeLow := -1.7e308; 
RangeHigh := 1.7e308; 
Text := ''; 
Beep := FALSE; 


Last Update: 2023-Dec-14