FMX.StdCtrls.TMouseDownAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMouseDownAction = (&Goto, None);

C++

enum class DECLSPEC_DENUM TMouseDownAction : unsigned char { Goto, None };

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

Goto

The slider moves either by clicking a location on the track bar or by being dragged along the track bar.

None

The slider moves only by being dragged to a specific location on the track bar.

See Also