Vcl.Tabs.TScrollOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScrollOrientation = (soLeftRight, soUpDown);

C++

enum DECLSPEC_DENUM TScrollOrientation : unsigned char { soLeftRight, soUpDown };

Properties

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

Description

TScrollOrientation indicates the direction in which scrolling is performed.

TScrollOrientation is used to indicate the direction in which scrolling is performed. TScrollOrientation can have one of the following values:



Value Meaning

soLeftRight

Scrolling is done horizontally.

soUpDown.

Scrolling is done vertically.



See Also