Getting Started with TMS FNC Radio Group
Prerequisites
- Delphi with TMS FNC UI Pack installed.
- A new or existing VCL, FMX, or WEB application.
Steps
- Drop a
TTMSFNCRadioGrouponto a form. - Populate the
Itemscollection in the Object Inspector (or callItems.Add('Label')) with the option labels. - Handle
OnItemChangedto respond to selection changes; readItemIndexfor the currently selected item.