[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set to True to display values on the track bar in reverse order.
Source position: comctrls.pp line 2787
published property TCustomTrackBar.Reversed : Boolean |
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.
|
Indicates the horizontal or vertical orientation for the track bar control. |
|
|
Minimum value allowed in the Position for the track bar. |
|
|
Maximum value allowed in the Position for the track bar. |
|
|
Location of the slider on the track bar between the Min and Max values. |
|
|
Starting value for the selection range on the track bar control. |
|
|
Ending value for the selection range on the track bar control. |
|
|
Sends message to update the visual appearance of the object. |
Version 4.0 | Generated 2025-05-03 | Home |