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

TFPBinaryOperation.InitAggregate

Initialize aggregate processing for binary operation

Declaration

Source position: fpexprpars.pp line 142

public procedure TFPBinaryOperation.InitAggregate; override;

Description

The InitAggregate method initializes aggregate processing for both the left and right operands of the binary operation. It delegates the aggregate initialization to both operands to ensure that any aggregate expressions within the operands are properly initialized.

The InitAggregate method is called as part of the aggregate processing cycle when the expression contains aggregate functions that need special handling.


Documentation generated on: Dec 15 2025