TTMSFNCCustomRadioGroup Class
Base radio group control that displays mutually exclusive radio buttons and exposes them as an indexed selection.
API unit family: TMSFNCRadioGroup
Inherits from: TTMSFNCCustomGroup
Syntax
TTMSFNCCustomRadioGroup = class(TTMSFNCCustomGroup)
Properties
| Name | Description |
|---|---|
| Containers | Returns the combined radio button and HTML text container for the item at the specified index. |
| HTMLTexts | Returns the HTML text control for the item at the specified index. |
| RadioButtons | Returns the radio button control for the item at the specified index. |
| RadioTabStop | When True, allows keyboard tab navigation to reach each radio button individually. |