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

TCustomTrackBar.Reversed

Set to True to display values on the track bar in reverse order.

Declaration

Source position: comctrls.pp line 2787

published property TCustomTrackBar.Reversed : Boolean
  read FReversed
  write SetReversed
  default False;

Description

Reversed is a Boolean property which indicates if values on the track bar are displayed in the reverse order for the Orientation on the control.

The default value for the property is False. When Orientation is trHorizontal, the Min value for the control appears on the left-hand edge and the Max value appears on the right-hand edge. When Orientation is trVertical, the Min value for the control appears on the top edge and the Max value appears on the bottom edge.

When Reversed is set to True, the display order for the values are reversed along the selected Orientation. When Orientation is trHorizontal, the Min value for the control appears on the right-hand edge and the Max value appears on the left-hand edge. When Orientation is trVertical, the Min value for the control appears on the bottom edge and the Max value appears on the top edge.

Changing the value for the property causes the ApplyChanges method to be called to update the visual appearance for the control.

See also

TCustomTrackBar.Orientation

  

Indicates the horizontal or vertical orientation for the track bar control.

TCustomTrackBar.Min

  

Minimum value allowed in the Position for the track bar.

TCustomTrackBar.Max

  

Maximum value allowed in the Position for the track bar.

TCustomTrackBar.Position

  

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

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.ApplyChanges

  

Sends message to update the visual appearance of the object.


Version 4.0 Generated 2025-05-03 Home