Get the result type for identifier nodes
Source position: fpexprpars.pp line 611
public function TFPExprIdentifierNode.NodeType: TResultType; override; |
Returns the result type of the identifier
The NodeType method returns the data type that this identifier node will produce when evaluated. The result type is determined by the associated identifier definition and its configured result type.
The node type is used by the expression parser for type checking and ensuring type compatibility throughout the expression tree during parsing and evaluation.