Vcl.Forms.TForm.Tile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Tile;

C++

void __fastcall Tile();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Arranges MDI child forms so that they are all the same size.

Use Tile to arrange MDI child forms so that they are all the same size. Tiled forms completely fill up the client area of the parent form. How the forms arrange themselves depends upon the values of their TileMode properties.

Tile works only if the form is an MDI parent form (that is, if the form's FormStyle property is fsMDIForm).

See Also

Code Examples