Global dictionary class variable
Source position: fpmkunit.pp line 1664
var DictionaryClass: TDictionaryClass = TDictionary; |
DictionaryClass is a global variable that holds the class reference for the default dictionary implementation. This variable enables runtime configuration of which dictionary class to use throughout the build system.
The dictionary class is used for creating dictionary instances for template processing, variable substitution, and configuration management within fpmake operations.