TdxSpreadSheetCustomFormulaController.CalculationInProcess Property
In This Article
Identifies if the formula controller is currently performing a calculation.
#Declaration
Delphi
property CalculationInProcess: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the invoked Calculate procedure is still working; otherwise – False. If the Calculate procedure either has not been invoked yet or has already updated the results of all formula expressions managed by this controller, the CalculationInProcess property returns False.
See Also