Table of Contents

TTMSFNCDataGridRenderer.AddDataCheckBox Method

Adds a data-bound checkbox cell at the specified cell coordinate.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Overloads

Overload 1

Adds a data-bound checkbox cell at the specified cell coordinate.

procedure AddDataCheckBox(ACell: TTMSFNCDataGridCellCoord); overload;

Parameters

Name Description
ACell Cell coordinate that receives the data-bound checkbox cell.

Overload 2

Adds a data-bound checkbox cell at the specified column and row.

procedure AddDataCheckBox(AColumn, ARow: Integer); overload;

Parameters

Name Description
AColumn Zero-based column index that receives the data-bound checkbox cell.
ARow Zero-based row index that receives the data-bound checkbox cell.