A collection of individual radiobutton controls.
radiobutton control Properties
| Property | Type | Access | Description |
|---|---|---|---|
| checked state | boolean | r/w | If true, the control is checked by default in the dialog. |
| class | type class | read | The class descriptor type. |
| id | integer | read | The unique ID of the radiobutton control. |
| index | integer | read | The index of the radiobutton control within its containing object. |
| min width | fixed | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
| object reference | radiobutton control | read | An object reference for the radiobutton control. |
| parent | radiobutton group | read | The parent of the radiobutton control (a radiobutton group). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| static label | string | r/w | Text that appears in the radiobutton control. |