Table of Contents

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

  1. Drop a TTMSFNCRadioGroup onto a form.
  2. Populate the Items collection in the Object Inspector (or call Items.Add('Label')) with the option labels.
  3. Handle OnItemChanged to respond to selection changes; read ItemIndex for the currently selected item.

Next steps