Add integer variable to built-in collection
Source position: fpexprpars.pp line 819
public function TExprBuiltInManager.AddIntegerVariable( |
const ACategory: TBuiltInCategory; |
const AName: ShortString; |
AValue: Integer |
ACategory |
|
Category for the integer variable |
AName |
|
Name of the integer variable |
AValue |
|
Initial integer value |
Returns the added integer variable identifier
The AddIntegerVariable method creates and adds a new integer built-in variable to the manager with the specified category, name, and integer value. The variable can then be referenced in expressions to retrieve the numeric value.