Table of Contents

TTMSFNCDataGridRenderer.AddCheckBox Method

Adds a checkbox cell at the specified cell coordinate.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Overloads

Overload 1

Adds a checkbox cell at the specified cell coordinate.

procedure AddCheckBox(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False); overload;

Parameters

Name Description
ACell Cell coordinate that receives the checkbox cell.
AValue Initial checked state; True creates a checked checkbox.

Overload 2

Adds a checkbox cell at the specified column and row.

procedure AddCheckBox(AColumn, ARow: Integer; AValue: Boolean = False); overload;

Parameters

Name Description
AColumn Zero-based column index that receives the checkbox cell.
ARow Zero-based row index that receives the checkbox cell.
AValue Initial checked state; True creates a checked checkbox.