FMX.StdCtrls.TMouseDownAction
Delphi
TMouseDownAction = (&Goto, None);
C++
enum class DECLSPEC_DENUM TMouseDownAction : unsigned char { Goto, None, mdaGoto _DEPRECATED_ATTRIBUTE3("Use TMouseDownAction.Goto") = 0x0, mdaNone _DEPRECATED_ATTRIBUTE3("Use TMouseDownAction.None") = 0x1 };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | FMX.StdCtrls |
Description
Specifies how the slider moves along the track bar.
| Value | Meaning |
|---|---|
|
|
The slider moves either by clicking a location on the track bar or by being dragged along the track bar. |
|
|
The slider moves only by being dragged to a specific location on the track bar. |