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

TFPExprIdentifierNode.NodeType

Get the result type for identifier nodes

Declaration

Source position: fpexprpars.pp line 611

public function TFPExprIdentifierNode.NodeType: TResultType; override;

Function result

Returns the result type of the identifier

Description

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.


Documentation generated on: Dec 15 2025