Getting Started with TMS FNC Radio Button
Prerequisites
- Delphi with TMS FNC UI Pack installed.
- A new or existing VCL, FMX, or WEB application.
Steps
- Drop a
TTMSFNCRadioButtononto a form. - Drop two or more
TTMSFNCRadioButtoncontrols and set the sameGroupNamestring on each to make them mutually exclusive. - Handle
OnChangeto detect the newly checked button; readCheckedto identify which one is selected.