Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TPackageDictionary.MasterDictionary

Reference to the master dictionary for fallback lookups

Declaration

Source position: fpmkunit.pp line 596

public property TPackageDictionary.MasterDictionary : TDictionary
  read FMasterDictionary
  write FMasterDictionary;

Description

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.


Documentation generated on: Dec 15 2025