Vcl.Tabs.TScrollOrientation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TScrollOrientation = (soLeftRight, soUpDown);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs Vcl.Tabs

Description

TScrollOrientation indique la direction du défilement.

TScrollOrientation est utilisée pour indiquer la direction du défilement. TScrollOrientation peut prendre une des valeurs suivantes :



Valeur Signification

soLeftRight

Un défilement horizontal est effectué.

soUpDown

Un défilement vertical est effectué.



Voir aussi