Table of Contents

TTMSFNCDataGrid.SetCheckBoxColumn Method

Replaces every data row cell in the column with a checkbox cell.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: 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.