TTMSFNCDataGrid.AddProgressBarColumn Method
Applies a progress bar cell type to every data row cell in the specified column.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
procedure AddProgressBarColumn(AColumn: Integer; AValue: Integer = 0);
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
AValue |
Initial progress value for every progress bar cell in the column. |