Vcl.ComCtrls.TTrackBarOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTrackBarOrientation = (trHorizontal, trVertical);

C++

enum DECLSPEC_DENUM TTrackBarOrientation : unsigned char { trHorizontal, trVertical };

Properties

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

Description

TTrackBarOrientation indicates whether a trackbar is horizontal or vertical.


These are the possible values of TTrackBarOrientation:

Value Meaning

trHorizontal

The long edge of the track is parallel to the top of the form. The Min position is on the left and the Max position is on the right.

trVertical

The long edge of the track is parallel to the side of the form. The Min position is on the top and the Max position is on the bottom.