Retrieves package-specific substituted value
Source position: fpmkunit.pp line 595
public function TPackageDictionary.GetValue( |
const AName: string; |
const Args: string |
):string; override; |
AName |
|
Name of dictionary entry to retrieve |
Args |
|
Arguments string for function replacements |
Package-specific substituted string value
GetValue retrieves a substituted value first from the package dictionary, then from the master dictionary if not found locally.
This method implements cascading lookup behavior for package-specific variable resolution.
The method supports both variable expansion and function callbacks with argument passing.