[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 851

public procedure TForm.Cascade;

Description

Cascade is a method used to arrange MDI Child 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.


Version 3.2 Generated 2024-02-25 Home