TTMSFNCDataGridData.RefreshData Method
Refreshes display for a specific cell, optionally triggering a full update.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Overloads
Overload 1
Refreshes display for a specific cell, optionally triggering a full update.
procedure RefreshData(ACell: TTMSFNCDataGridCellCoord; AUpdate: Boolean = True); overload; virtual;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate used by the operation. |
AUpdate |
Argument used by the operation. |
Overload 2
Refreshes display for a specific cell range, optionally triggering a full update.
procedure RefreshData(ACellRange: TTMSFNCDataGridCellCoordRange; AUpdate: Boolean = True); overload; virtual;
Parameters
| Name | Description |
|---|---|
ACellRange |
Cell range used by the operation. |
AUpdate |
Argument used by the operation. |
Overload 3
Refreshes display for all cells, optionally triggering a full update.
procedure RefreshData(AUpdate: Boolean = True); overload; virtual;
Parameters
| Name | Description |
|---|---|
AUpdate |
Argument used by the operation. |