Table of Contents

TTMSFNCRadioGroup Class

Radio group component that presents mutually exclusive radio buttons in configurable columns with an optional title.

API unit family: TMSFNCRadioGroup Inherits from: TTMSFNCCustomRadioGroup

Syntax

TTMSFNCRadioGroup = class(TTMSFNCCustomRadioGroup)

Properties

Name Description
Containers Returns the combined radio button and HTML text container for the item at the specified index. (inherited from TTMSFNCCustomRadioGroup)
HTMLTexts Returns the HTML text control for the item at the specified index. (inherited from TTMSFNCCustomRadioGroup)
ItemIndex Zero-based index of the currently selected radio button; -1 when none is selected. (inherited from TTMSFNCCustomRadioGroup)
RadioButtons Returns the radio button control for the item at the specified index. (inherited from TTMSFNCCustomRadioGroup)
RadioTabStop When True, allows keyboard tab navigation to reach each radio button individually. (inherited from TTMSFNCCustomRadioGroup)
Title Configures the title text and optional title check box. (inherited from TTMSFNCCustomRadioGroup)
Version Returns the component version string.

Events

Name Description
OnRadioButtonAnchorClick Fires when an anchor in a radio button item text is clicked. (inherited from TTMSFNCCustomRadioGroup)
OnRadioButtonClick Fires when a radio button item is clicked. (inherited from TTMSFNCCustomRadioGroup)
OnRadioButtonDblClick Fires when a radio button item is double-clicked. (inherited from TTMSFNCCustomRadioGroup)
OnTitleAnchorClick Fires when an anchor in the title text is clicked. (inherited from TTMSFNCCustomRadioGroup)
OnTitleCheckBoxClick Fires when the optional title check box is clicked. (inherited from TTMSFNCCustomRadioGroup)

Used by