TTMSFNCCustomDataGrid.AddCheckBoxColumn Method
Applies a checkbox cell type to every data row cell in the specified column.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure AddCheckBoxColumn(AColumn: Integer; AValue: Boolean = False);
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
AValue |
Initial checked state for every checkbox cell in the column. |