RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ToolWin.TSizingOrientation Enumeration

TSizingOrientation specifies the dimension along which a control's size is adjusted when docked.

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

TSizingOrientation can have one of the following values:

Value 
Meaning 
soNone  
The control's size is not readjusted when it is docked.  
soHorizontal  
The control's width is adjusted when it is docked.  
soVertical  
The control's height is adjusted when it is docked.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!