[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.