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