FMX.StdCtrls.TCustomTrack.Reverse
Delphi
property Reverse: Boolean read FReverse write SetReverse default False;
C++
__property bool Reverse = {read=FReverse, write=SetReverse, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCustomTrack |
Description
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
.