Add a currency variable to the collection
Source position: fpexprpars.pp line 593
public function TFPExprIdentifierDefs.AddCurrencyVariable( |
const AName: ShortString; |
AValue: Currency |
AName |
|
The name of the currency variable |
AValue |
|
The currency value of the variable |
Returns the added currency variable identifier
The AddCurrencyVariable method creates and adds a new currency variable identifier to the collection with the specified name and currency value. The variable can then be referenced in expressions to retrieve the monetary value.