Table of Contents

TTMSFNCCustomDataGrid.AddDataProgressBar Method

Adds a data-bound progress bar control to the specified cell coordinate.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Overloads

Overload 1

Adds a data-bound progress bar control to the specified cell coordinate.

procedure AddDataProgressBar(ACell: TTMSFNCDataGridCellCoord); overload;

Parameters

Name Description
ACell Cell coordinate used by the operation.

Overload 2

Adds a data-bound progress bar control to the specified cell.

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

Parameters

Name Description
AColumn Zero-based column index used by the operation.
ARow Zero-based row index used by the operation.