Reference to the master dictionary for fallback lookups
Source position: fpmkunit.pp line 596
public property TPackageDictionary.MasterDictionary : TDictionary |
MasterDictionary provides access to the global dictionary that serves as fallback for variable lookups.
When a variable is not found in the package-specific dictionary, the lookup falls back to this master dictionary.
This property enables hierarchical variable resolution from package-specific to global scope.