TTMSFNCDataGrid.AddDataRadioButton Method
Adds a data-bound radio button control to the specified cell coordinate.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Overloads
Overload 1
Adds a data-bound radio button control to the specified cell coordinate.
procedure AddDataRadioButton(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False; AGroupIndex: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate used by the operation. |
AValue |
Value used or returned by the operation. |
AGroupIndex |
Argument used by the operation. |
Overload 2
Adds a data-bound radio button control to the specified cell.
procedure AddDataRadioButton(AColumn, ARow: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used by the operation. |
ARow |
Zero-based row index used by the operation. |
AValue |
Value used or returned by the operation. |
AGroupIndex |
Argument used by the operation. |