Event for variable value evaluation
Source position: fpexprpars.pp line 553
published property TFPExprIdentifierDef.OnGetVariableValue : TFPExprVariableEvent |
The OnGetVariableValueevent is triggered when the identifier represents a variable and its value needs to be retrieved during expression evaluation. The event handler should return the current value of the variable.