Check if identifier is an event-based variable
Source position: fpexprpars.pp line 537
public function TFPExprIdentifierDef.EventBasedVariable: Boolean; |
Returns true if variable is event-based
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.