[LIBRARIES]

Any variable or module in the [LIBRARIES] section is added to the Code module. This [LIBRARIES] section corresponds to the [LIBRARIES] section in the application's AppMod.src root file (see AppMod.src Root File for a Standard Application). This section defines graphic drawing tools that do not correspond to any particular tag. Any such drawing modules must be defined in the library module within the GRAPHICS class. There must be a variable called "Root" defined within the library module that has a value of the instance of the library, as displayed in the example below.

Root = Self();