Vcl.ComCtrls.TTrackBar.ShowSelRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowSelRange: Boolean read FShowSelRange write SetShowSelRange default True;

C++

__property bool ShowSelRange = {read=FShowSelRange, write=SetShowSelRange, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTrackBar

Description

Specifies whether the track bar shows the selection range.

If set to True, the selection range on the track bar is displayed. If set to False, the selection range is not displayed.