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

TFPNotNode.NodeType

Get the result type for NOT operations

Declaration

Source position: fpexprpars.pp line 389

public function TFPNotNode.NodeType: TResultType; override;

Function result

Returns boolean as the result type

Description

The NodeType method returns rtBoolean to indicate that NOT 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