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

TFPBinaryOperation.HasAggregate

Check if binary operation contains aggregates

Declaration

Source position: fpexprpars.pp line 144

public function TFPBinaryOperation.HasAggregate: Boolean; override;

Function result

Returns true if operation has aggregates

Description

The HasAggregate method checks whether either the left or right operand contains aggregate expressions. It returns True if any of the operands has aggregate functionality, which indicates that special aggregate processing is required for this operation.

The method is used by the expression parser to identify operations that need aggregate handling and to ensure proper processing order for aggregate expressions.


Documentation generated on: Dec 15 2025