Vcl.Forms.TTileMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTileMode = (tbHorizontal, tbVertical);

C++

enum DECLSPEC_DENUM TTileMode : unsigned char { tbHorizontal, tbVertical };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

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

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).