Table of Contents

TTMSFNCDataGrid.SetRadioButtonColumn Method

Replaces every data row cell in the column with a radio button cell.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

procedure SetRadioButtonColumn(AColumn: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0);

Parameters

Name Description
AColumn Zero-based column index.
AValue Initial selected state for every radio button cell in the column.
AGroupIndex Group index for mutual exclusion among radio buttons in the column.