TTMSFNCCustomDataGrid.AddProgressBar Method
Adds a progress bar cell with the specified initial value at the given cell coordinate.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Overloads
Overload 1
Adds a progress bar cell with the specified initial value at the given cell coordinate.
procedure AddProgressBar(ACell: TTMSFNCDataGridCellCoord; AValue: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
ACell |
Target cell coordinate. |
AValue |
Initial progress value in the range 0–100. |
Overload 2
Adds a progress bar cell with the specified initial value at the given column and row.
procedure AddProgressBar(AColumn, ARow: Integer; AValue: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
ARow |
Zero-based row index. |
AValue |
Initial progress value in the range 0–100. |