Table of Contents

TTMSFNCDataGrid.RemoveDataRadioButton Method

Removes the data-bound radio button control from the specified cell coordinate.

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

Overloads

Overload 1

Removes the data-bound radio button control from the specified cell coordinate.

procedure RemoveDataRadioButton(ACell: TTMSFNCDataGridCellCoord); overload;

Parameters

Name Description
ACell Cell coordinate used by the operation.

Overload 2

Removes the data-bound radio button control from the specified cell.

procedure RemoveDataRadioButton(AColumn, ARow: Integer); overload;

Parameters

Name Description
AColumn Zero-based column index used by the operation.
ARow Zero-based row index used by the operation.