The node type for this identifier
Source position: fpexprpars.pp line 554
published property TFPExprIdentifierDef.NodeType : TFPExprFunctionClass |
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.