Table of Contents

Getting Started with TMS FNC Switch

Prerequisites

  • Delphi with TMS FNC UI Pack installed.
  • A new or existing VCL, FMX, or WEB application.

Steps

  1. Drop a TTMSFNCSwitch onto a form.
  2. Set State to ssOn or ssOff for the initial position.
  3. Handle OnStateChange to respond when the user toggles the switch.

Next steps