Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPExprIdentifierDef.OnGetVariableValue

Event for variable value evaluation

Declaration

Source position: fpexprpars.pp line 553

published property TFPExprIdentifierDef.OnGetVariableValue : TFPExprVariableEvent
  read FOnGetVarValue
  write FOnGetVarValue;

Description

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.


Documentation generated on: Dec 15 2025