Table of Contents

TTMSFNCCustomTrackBarInteraction Class

Published interaction settings that control track bar input behaviour.

API unit family: TMSFNCTrackBar Inherits from: TTMSFNCCustomTrackBarBaseInteraction

Syntax

TTMSFNCCustomTrackBarInteraction = class(TTMSFNCCustomTrackBarBaseInteraction)

Properties

Name Description
Frequency Step size by which the value changes on each button click or key press. (inherited from TTMSFNCCustomTrackBarBaseInteraction)
JumpToExactValue When True, clicking the track moves the thumb to the exact click position. (inherited from TTMSFNCCustomTrackBarBaseInteraction)
RepeatClick When True, holding a button down repeatedly increments or decrements the value. (inherited from TTMSFNCCustomTrackBarBaseInteraction)
RepeatInterval Interval in milliseconds between repeated value changes when a button is held. (inherited from TTMSFNCCustomTrackBarBaseInteraction)

Events

Name Description
OnChange Occurs after one of the interaction settings changes. (inherited from TTMSFNCCustomTrackBarBaseInteraction)