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

TFPExprIdentifierDef.NodeType

The node type for this identifier

Declaration

Source position: fpexprpars.pp line 554

published property TFPExprIdentifierDef.NodeType : TFPExprFunctionClass
  read FNodeType
  write FNodeType;

Description

The NodeType property returns the result type that this identifier will produce when used in expressions. It corresponds to the ResultType property and is used for expression tree type checking.

The node type information is essential for the expression parser to determine type compatibility and perform appropriate type conversions when this identifier is used in operations.


Documentation generated on: Dec 15 2025