Table of Contents

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

  1. Drop a TTMSFNCRadioButton onto a form.
  2. Drop two or more TTMSFNCRadioButton controls and set the same GroupName string on each to make them mutually exclusive.
  3. Handle OnChange to detect the newly checked button; read Checked to identify which one is selected.

Next steps