[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomTrackBar.ShowSelRange

Enables or disables a highlighted selection range with tick marks using the values in SelStart and SelEnd.

Declaration

Source position: comctrls.pp line 2791

published property TCustomTrackBar.ShowSelRange : Boolean
  read FShowSelRange
  write SetShowSelRange
  default True;

See also

TCustomTrackBar.SelStart

  

Starting value for the selection range on the track bar control.

TCustomTrackBar.SelEnd

  

Ending value for the selection range on the track bar control.

TCustomTrackBar.Position

  

Location of the slider on the track bar between the Min and Max values.

TCustomTrackBar.Min

  

Minimum value allowed in the Position for the track bar.

TCustomTrackBar.Max

  

Maximum value allowed in the Position for the track bar.


Version 4.0 Generated 2025-05-03 Home