TTMSFNCDataGrid.AddDataCheckBox Method
Adds a data-bound checkbox control to the specified cell coordinate.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Overloads
Overload 1
Adds a data-bound checkbox control to the specified cell coordinate.
procedure AddDataCheckBox(ACell: TTMSFNCDataGridCellCoord); overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate used by the operation. |
Overload 2
Adds a data-bound checkbox control to the specified cell.
procedure AddDataCheckBox(AColumn, ARow: Integer); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used by the operation. |
ARow |
Zero-based row index used by the operation. |