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_numlab
Class:TNumLab
Declaration:constructor Create(AOwner: TComponent);

The call to the constructor Create instantiates an object of the class TNumLab and allocates the necessary memory. The label is initialized to the following defaults:
 
Width := 160; 
LeftText := 'X:'; 
RightText := ''; 
LeftSpace := 35; 
FrameStyle := fsLowered; 
Empty := false; 
LabelWidth := 80; 
Precision := 2; 
DisplayType := dtFixP; 
ColorLabText := clBlack; 
ColorOutText := clBlack; 
ColorLabBakG := clBtnFace; 
ColorOutBakG := clBtnFace; 
ColorScheme := csBWG; 
OverflowIndicator := '*********'; 
Alignment := taCenter; 
Value := 0.0; 


Last Update: 2023-Dec-13