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

TFPBooleanOperation.NodeType

Get the result type for boolean operations

Declaration

Source position: fpexprpars.pp line 157

public function TFPBooleanOperation.NodeType: TResultType; override;

Function result

Returns boolean as the result type

Description

The NodeType method returns rtBoolean to indicate that boolean operations always produce boolean results. This type information is used by the expression parser for type checking and result handling.


Documentation generated on: Dec 15 2025