Table of Contents

TTMSFNCDataGridRenderer.AddDataRadioButtonColumn Method

Adds data-bound radio button cells to the specified column.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

Name Description
AColumn Zero-based column index that receives data-bound radio button cells.
AValue Initial checked state for each radio button; True creates selected radio buttons.
AGroupIndex Radio group identifier used to group related radio buttons.