Adds a variable name-value pair to the dictionary
Source position: fpmkunit.pp line 580
public procedure TDictionary.AddVariable( |
const AName: string; |
const Value: string |
); |
AName |
|
Variable name for substitution |
Value |
|
Variable value for substitution |
Adds or updates a variable with the specified name and value in the dictionary. If a variable with the same name already exists, its value is replaced.
Variables are used for static string substitution in configuration files, command line arguments, and file paths.