An individual radio button control.
radiobutton control properties
| Property | Type | Access | Description |
|---|---|---|---|
| checked state | boolean | r/w | The checked state of the control. |
| class | integer | read | The class descriptor type. |
| id | integer | read | A unique number identifying the object. |
| index | integer | read | Index of the object within its parent object. |
| min width | fixed | r/w | The minimum width for this control. |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
| static label | string | r/w | The label of the control. |