TTMSFNCCustomDataGrid.UpdateColumnCalculation Method
Re-runs a single named column calculation identified by AName for the specified column.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure UpdateColumnCalculation(AColumn: Integer; AName: string);
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
AName |
Name of the calculation to update. |