Table of Contents

Getting Started with TMS FNC Track Bar

Prerequisites

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

Steps

  1. Drop a TTMSFNCTrackBar onto a form.
  2. Set Min, Max, and Value in the Object Inspector to define the slider range.
  3. Handle OnValueChanged to read Value when the user releases the thumb.

Next steps