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



TFormulaRec


Unit: SDL_cform
Class: none
Declaration: TFormulaRec = record
                FLeng : integer;

                AtNum : array[1..FormMaxEl] of byte;
                AtWgt : array[1..FormMaxEl] of byte;
                AtCnt : array[1..FormMaxEl] of byte;
              end;

The record TFormulaRec is used with the routines for finding molecular formulas for a given molecular weight.

Hint: The definition of the constant FormMaxEl can be found in the interface section  of CForm.


Last Update: 2023-Dec-14