RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWindowArrange Class

TWindowArrange arranges the icons of minimized MDI child forms.

Pascal
TWindowArrange = class(TWindowAction);
C++
class TWindowArrange : public TWindowAction;

Add TWindowArrange to an action list to allow users to arrange the icons that represent minimized MDI child forms. Controls such as menu items and tool buttons linked to this action cause the application to call the ArrangeIcons method of the MDI parent form. 

TWindowArrange 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!