RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls.TScrollStyle Enumeration

Identifies a set of scrollbars by their orientation.

Pascal
TScrollStyle = (
  ssNone,
  ssHorizontal,
  ssVertical,
  ssBoth
);
C++
enum TScrollStyle {
  ssNone,
  ssHorizontal,
  ssVertical,
  ssBoth
};

StdCtrls

TScrollStyle can have one of the following values:

Value 
Meaning 
ssNone  
No scrollbars are indicated.  
ssHorizontal  
Only a horizontal scrollbar.  
ssVertical  
Only a vertical scrollbar.  
ssBoth  
Both a horizontal and a vertical scrollbar.  

 

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