Table of Contents

TTMSFNCRangeSlider Class

Range slider component with two draggable thumbs for selecting a lower and upper value within a configurable range.

API unit family: TMSFNCRangeSlider Inherits from: TTMSFNCCustomRangeSlider

Syntax

TTMSFNCRangeSlider = class(TTMSFNCCustomRangeSlider)

Properties

Name Description
Appearance Visual settings for the slider thumbs, track line, tick marks, and labels. (inherited from TTMSFNCCustomRangeSlider)
Interaction Interaction settings controlling the step frequency for thumb dragging. (inherited from TTMSFNCCustomRangeSlider)
ValueLeft Current value of the left thumb, constrained between Min and ValueRight. (inherited from TTMSFNCCustomRangeSlider)
ValueRight Current value of the right thumb, constrained between ValueLeft and Max. (inherited from TTMSFNCCustomRangeSlider)

Events

Name Description
OnAfterDrawThumb Fires after a thumb has been drawn. (inherited from TTMSFNCCustomRangeSlider)
OnBeforeDrawThumb Fires before a thumb is drawn, allowing custom rendering or suppression of the default draw. (inherited from TTMSFNCCustomRangeSlider)

Used by