TTMSFNCDataGridRenderer.AddProgressBar Method
Adds a progress bar cell at the specified cell coordinate.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Overloads
Overload 1
Adds a progress bar cell at the specified cell coordinate.
procedure AddProgressBar(ACell: TTMSFNCDataGridCellCoord; AValue: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate that receives the progress bar cell. |
AValue |
Initial progress value. |
Overload 2
Adds a progress bar cell at the specified column and row.
procedure AddProgressBar(AColumn, ARow: Integer; AValue: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index that receives the progress bar cell. |
ARow |
Zero-based row index that receives the progress bar cell. |
AValue |
Initial progress value. |