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

TPackageDictionary.GetValue

Retrieves package-specific substituted value

Declaration

Source position: fpmkunit.pp line 595

public function TPackageDictionary.GetValue(

  const AName: string;

  const Args: string

):string; override;

Arguments

AName

  

Name of dictionary entry to retrieve

Args

  

Arguments string for function replacements

Function result

Package-specific substituted string value

Description

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.


Documentation generated on: Dec 15 2025