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

TFPExprIdentifierDef.EventBasedVariable

Check if identifier is an event-based variable

Declaration

Source position: fpexprpars.pp line 537

public function TFPExprIdentifierDef.EventBasedVariable: Boolean;

Function result

Returns true if variable is event-based

Description

The EventBasedVariable method returns True if the identifier represents a variable that uses event-based evaluation rather than callback procedures. Event-based variables use method calls on objects for value resolution instead of standalone procedures.


Documentation generated on: Dec 15 2025