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

TFPBinaryOperation.UpdateAggregate

Update aggregate calculations for binary operation

Declaration

Source position: fpexprpars.pp line 143

public procedure TFPBinaryOperation.UpdateAggregate; override;

Description

The UpdateAggregate method updates aggregate calculations for both the left and right operands of the binary operation. It delegates the aggregate updates to both operands to ensure that any aggregate expressions are properly maintained during the aggregation cycle.

The method is called repeatedly during aggregate processing to update the state of aggregate functions contained within the operands.


Documentation generated on: Dec 15 2025