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