FMX.StdCtrls.TTrack.Reverse
Delphi
property Reverse;
C++
__property Reverse = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TTrack |
Description
Determines the direction of progression for a track-based control.
FMX.StdCtrls.TTrack.Reverse inherits from FMX.StdCtrls.TCustomTrack.Reverse. All content below this line refers to FMX.StdCtrls.TCustomTrack.Reverse.
Determines the direction of progression for a track-based control.
When the Reverse property is set to true, the control's minimum value is positioned at the opposite end, and the maximum value is placed at the starting end. The default value is false.