Table of Contents

TTMSFNCDataGridRenderer.AddDataRadioButton Method

Adds a data-bound radio button cell at the specified cell coordinate.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Overloads

Overload 1

Adds a data-bound radio button cell at the specified cell coordinate.

procedure AddDataRadioButton(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False; AGroupIndex: Integer = 0); overload;

Parameters

Name Description
ACell Cell coordinate that receives the data-bound radio button cell.
AValue Initial checked state; True creates a selected radio button.
AGroupIndex Radio group identifier used to group related radio buttons.

Overload 2

Adds a data-bound radio button cell at the specified column and row.

procedure AddDataRadioButton(AColumn, ARow: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0); overload;

Parameters

Name Description
AColumn Zero-based column index that receives the data-bound radio button cell.
ARow Zero-based row index that receives the data-bound radio button cell.
AValue Initial checked state; True creates a selected radio button.
AGroupIndex Radio group identifier used to group related radio buttons.