Add a float variable to the collection
Source position: fpexprpars.pp line 592
public function TFPExprIdentifierDefs.AddFloatVariable( |
const AName: ShortString; |
AValue: TExprFloat |
AName |
|
The name of the float variable |
AValue |
|
The float value of the variable |
Returns the added float variable identifier
The AddFloatVariable method creates and adds a new floating-point variable identifier to the collection with the specified name and float value. The variable can then be referenced in expressions to retrieve the floating-point value.