Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TForm.Cascade

Arranges MDI child forms so they overlap.

Declaration

Source position: forms.pp line 774

public procedure TForm.Cascade;

Description

Cascade is a method used to arrange MDI Chid forms so that they overlap in a cascading fashion.

No actions are performed in the method when FormStyle has a value other than fsMDIForm. At run-time, the Cascade method in the widgetset class is called when its Handle has been allocated.

Use Tile to arrange MDI child forms in a grid format.