Developer

Recalculate

Force calculation of footer formulas (if FormulaKind property is different than fkNone). If AutoCalculate property is set to True, calling this method is unnecessarily.

procedure Recalculate; override;

Remarks


This method will be called internally by EndUpdate method, if formula calculations are ommited with using BeginUpdate method.

See also