Vcl.ComCtrls.TPageScrollerOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPageScrollerOrientation = (soHorizontal, soVertical);

C++

enum DECLSPEC_DENUM TPageScrollerOrientation : unsigned char { soHorizontal, soVertical };

Properties

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

Description

TPageScrollerOrientation indicates the orientation of a page scroller control.


TPageScrollerOrientation has one of the following values:

Value Meaning

soHorizontal

The page scroller is oriented horizontally.

soVertical

The page scroller is oriented vertically.