RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TPageScrollerOrientation Enumeration

TPageScrollerOrientation indicates the orientation of a page scroller control.

Pascal
TPageScrollerOrientation = (
  soHorizontal,
  soVertical
);
C++
enum TPageScrollerOrientation {
  soHorizontal,
  soVertical
};

ComCtrls

TPageScrollerOrientation has one of the following values:

Value 
Meaning 
soHorizontal  
The page scroller is oriented horizontally.  
soVertical  
The page scroller is oriented vertically.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!