Table of Contents

Getting Started with TMS FNC Range Slider

Prerequisites

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

Steps

  1. Drop a TTMSFNCRangeSlider onto a form.
  2. Set Min, Max, ValueLeft, and ValueRight to define the range bounds and the initial selection.
  3. Handle OnValueChanged to read ValueLeft and ValueRight after the user releases either thumb, or OnValueChange to react continuously while a thumb is being dragged.

Next steps