[PLUGINS]

Any variables or modules listed in the [PLUGINS] section are added to the Code module. These modules are treated as "plug-ins", or dynamically added modules to tags or other VTS modules, allowing these plug-in modules to be replaced at runtime by application-specific code.

Any modules that are run in this section force VTS to look for a section of the configuration file that has the same name as the module being started. When reading this new section, VTS adds all of the modules loaded in it to an array, which is in turn added to the parent module called "Members". This functionality was typically used by the Display Manager in early versions of VTS to obtain a list of pages that were loaded in a [DisplayManager] section. This operation is now handled in the application's AppMod.src root file; therefore, the [PLUGINS] section may be used for other creative uses (see AppMod.src Root File).