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



WriteToMDLMolStream


Unit:SDL_cstruct
Class: TCTab
Declaration: procedure WriteToMDLMolStream (OutStream: TStream; User: ShortString; ProgName: string; Regnum: longint; comment: string);

The method WriteToMDLMolStream stores the current structure together with some additional parameters in the MDL MOL-format (see [D1] and [M1] for details). The connection table is written to the current position of the output stream OutStream. The parameter User should contain the initials of the user who creates the structure file (maximum 2 characters, all others are discarded), the parameter ProgName contains the name of creating program, the parameter RegNum contains the internal registry number, and the parameter comment may be any single line comment (max. 80 characters).



Last Update: 2023-Dec-13