Callback property for variable value evaluation
Source position: fpexprpars.pp line 545
public property TFPExprIdentifierDef.OnGetVariableValueCallBack : TFPExprVariableCallBack |
The OnGetVariableValueCallBack property holds a callback function that is called when the identifier represents a variable and its value needs to be retrieved. The callback returns the current value of the variable.