TTMSFNCDataGridRenderer.AddRadioButton Method
Adds a radio button cell at the specified cell coordinate.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Overloads
Overload 1
Adds a radio button cell at the specified cell coordinate.
procedure AddRadioButton(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False; AGroupIndex: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate that receives the 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 radio button cell at the specified column and row.
procedure AddRadioButton(AColumn, ARow: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index that receives the radio button cell. |
ARow |
Zero-based row index that receives the radio button cell. |
AValue |
Initial checked state; True creates a selected radio button. |
AGroupIndex |
Radio group identifier used to group related radio buttons. |