Creates a new string substitution dictionary
Source position: fpmkunit.pp line 578
public constructor TDictionary.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner component for the dictionary |
Creates a new TDictionary instance that can store variable name-value pairs and function callbacks for dynamic string substitution.
The dictionary is used throughout the build system to resolve configuration variables, paths, and dynamic values during compilation and installation.