The identifier definition for this node
Source position: fpexprpars.pp line 613
public property TFPExprIdentifierNode.Identifier : TFPExprIdentifierDef |
The Identifier property references the TFPExprIdentifierDef object that defines this identifier's characteristics, including its name, type, value, and evaluation methods.
The identifier definition contains all the metadata needed to properly evaluate this identifier node during expression evaluation, including callbacks, event handlers, and type information.