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



AtVisAttrib


Unit:SDL_chemgrph
Class:TChemGraph
Declaration:property AtVisAttrib [AtIx: integer]: byte;

Each atom in a structure can be marked by visual attributes:

 
vaNormal The atom is displayed without any additional attributes.
vaBold The atomic symbol is displayed in bold letters.
vaItalic The atomic symbol is displayed in italic letters.
vaInverted The atomic symbol is displayed using inverted colors.

Please note that the visual attributes are only effective for atoms which are displayed by their atomic symbols (DisplayMode <> dmSkeleton).

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): shcstruk



Last Update: 2023-Dec-14