Represents how MDI child forms are arranged when the Tile method is called.
TTileMode = ( tbHorizontal, tbVertical );
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. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|