Global package dictionary class variable
Source position: fpmkunit.pp line 1665
var PackageDictionaryClass: TPackageDictionaryClass = TPackageDictionary; |
PackageDictionaryClass is a global variable that holds the class reference for the default package dictionary implementation. This variable configures which dictionary class to use for package-specific operations.
The package dictionary class is used for creating specialized dictionaries that handle package metadata, configuration variables, and package-specific template processing within the build system.