RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TTileMode Enumeration

Represents how MDI child forms are arranged when the Tile method is called.

Pascal
TTileMode = (
  tbHorizontal,
  tbVertical
);
C++
enum TTileMode {
  tbHorizontal,
  tbVertical
};

TTileMode can have one of the following values:

Value 
Meaning 
tbHorizontal  
Each form stretches across the width of the parent form.  
tbVertical  
Each form stretches along the height of the parent form.  

Note: TTileMode is meaningful only if the form is an MDI child (that is, if the form’s FormStyle property is set to fsMDIChild).
 

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