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
- Drop a
TTMSFNCTrackBaronto a form. - Set
Min,Max, andValuein the Object Inspector to define the slider range. - Handle
OnValueChangedto readValuewhen the user releases the thumb.