Vcl.ComCtrls.TTickMark

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTickMark = (tmBottomRight, tmTopLeft, tmBoth);

C++

enum DECLSPEC_DENUM TTickMark : unsigned char { tmBottomRight, tmTopLeft, tmBoth };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TTickMark indicates the location of the tick marks on a track bar.


These are the possible values of TTickMark:

Value Meaning

tmBottomRight

Tick marks are on the bottom or right of the track bar, depending of the value of Orientation.

tmTopLeft

Tick marks are on the top or left of the track bar, depending of the value of Orientation.

tmBoth

Tick marks are on both sides of the track bar.