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
- Drop a
TTMSFNCRangeSlideronto a form. - Set
Min,Max,ValueLeft, andValueRightto define the range bounds and the initial selection. - Handle
OnValueChangedto readValueLeftandValueRightafter the user releases either thumb, orOnValueChangeto react continuously while a thumb is being dragged.