Vcl.StdActns.TWindowCascade

Delphi
TWindowCascade = class(TWindowAction)
C++
class PASCALIMPLEMENTATION TWindowCascade : public TWindowAction
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.StdActns.pas Vcl.StdActns.hpp |
Vcl.StdActns | Vcl.StdActns |
Description
TWindowCascade cascades the MDI child forms.
Add TWindowCascade to an action list to allow users to arrange the MDI child forms in an overlapping cascade. Controls such as menu items and tool buttons linked to this action cause the application to call the Cascade method of the MDI parent form.
TWindowCascade is designed to work with an MDI parent form as a target. It automatically disables itself if the active form is not an MDI parent or if it has no MDI children.