Table of Contents

TTMSFNCDataGridBase.RefreshData Method

Marks a single cell as needing a data refresh and optionally triggers a repaint.

API unit family: TMSFNCDataGridBase Declaring type: TTMSFNCDataGridBase

Overloads

Overload 1

Marks a single cell as needing a data refresh and optionally triggers a repaint.

procedure RefreshData(ACell: TTMSFNCDataGridCellCoord; AUpdate: Boolean = True); overload; virtual;

Parameters

Name Description
ACell The cell coordinate to refresh.
AUpdate When True (default), the grid repaints immediately after the refresh.

Overload 2

Marks a range of cells as needing a data refresh and optionally triggers a repaint.

procedure RefreshData(ACellRange: TTMSFNCDataGridCellCoordRange; AUpdate: Boolean = True); overload; virtual;

Parameters

Name Description
ACellRange The rectangular range to refresh.
AUpdate When True (default), the grid repaints immediately after the refresh.

Overload 3

Refreshes all cell data and optionally triggers a repaint.

procedure RefreshData(AUpdate: Boolean = True); overload; virtual;

Parameters

Name Description
AUpdate When True (default), the grid repaints immediately after the refresh.