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