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

TFPExprIdentifierNode.Identifier

The identifier definition for this node

Declaration

Source position: fpexprpars.pp line 613

public property TFPExprIdentifierNode.Identifier : TFPExprIdentifierDef
  read FID;

Description

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.


Documentation generated on: Dec 15 2025