RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TPageScrollerButton Enumeration

TPageScrollerButton identifies a button on a page scroller.

Pascal
TPageScrollerButton = (
  sbFirst,
  sbLast
);
C++
enum TPageScrollerButton {
  sbFirst,
  sbLast
};

ComCtrls

TPageScrollerButton has one of the following values:

Value 
Meaning 
sbFirst  
The top button (vertical orientation) or the left button (horizontal orientation).  
sbLast  
The bottom button (vertical orientation) or the right button (horizontal orientation).  

 

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