Table of Contents

TTMSFNCDataGridRenderer.RemoveProgressBar Method

Removes the progress bar cell at the specified cell coordinate.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Overloads

Overload 1

Removes the progress bar cell at the specified cell coordinate.

procedure RemoveProgressBar(ACell: TTMSFNCDataGridCellCoord); overload;

Parameters

Name Description
ACell Cell coordinate whose progress bar cell is removed.

Overload 2

Removes the progress bar cell at the specified column and row.

procedure RemoveProgressBar(AColumn, ARow: Integer); overload;

Parameters

Name Description
AColumn Zero-based column index of the cell to clear.
ARow Zero-based row index of the cell to clear.