TTMSFNCDataGridRenderer.AddRadioButtonColumn Method
Adds radio button cells to the specified column.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
procedure AddRadioButtonColumn(AColumn: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0);
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index that receives 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. |