Global dictionary instance
Source position: fpmkunit.pp line 1670
var GlobalDictionary: TDictionary; |
GlobalDictionary is a global dictionary instance used for system-wide variable storage and template processing. This dictionary provides a shared namespace for global configuration variables and template substitutions.
The global dictionary is accessible throughout the build system and enables sharing of common variables and settings across different packages and build operations.