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