Update aggregate calculations for if operation
Source position: fpexprpars.pp line 268
public procedure TIfOperation.UpdateAggregate; override; |
The UpdateAggregate method updates aggregate calculations for the condition, then-branch, and else-branch expressions of the conditional operation. It delegates the aggregate updates to all three operands.
The method is called repeatedly during aggregate processing to update the state of any aggregate functions contained within the conditional expressions.