Table of Contents

TTMSFNCCustomDataGrid.AddRadioButtonColumn Method

Applies a radio button cell type to every data row cell in the specified column.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure AddRadioButtonColumn(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.