Retrieves substituted value for dictionary entry
Source position: fpmkunit.pp line 583
public function TDictionary.GetValue( |
AName: string |
):string; |
const AName: string; |
const Args: string |
):string; virtual; |
AName |
|
Name of dictionary entry to retrieve |
Substituted string value from dictionary
AName |
|
Name of dictionary entry to retrieve |
Args |
|
Arguments string for function replacements |
Retrieves the value for the specified dictionary entry name. For variables, returns the stored string value. For functions, executes the callback with the provided arguments and returns the computed result.
Raises an exception if the requested entry name is not found in the dictionary.