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

The call to the constructor Create instantiates an object of the class TMolForm and allocates the required memory. The label is initialized to the following defaults:

 
Width := 120; 
Height := 28; 
Alignment := taCenter; 
ColorTxt := clBlack; 
ColorBkg := clBtnFace; 
NumAtoms := 0; 
IsotopeVis := ivSpecial; 
UseDeuterium := true; 
MolFormul := ''; 
ShowAsText := false; 
Transparent := false; 


Last Update: 2023-Dec-13