Vcl.Forms.TForm.ArrangeIcons
Delphi
procedure ArrangeIcons;
C++
void __fastcall ArrangeIcons();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TForm |
Description
Arranges the icons of minimized MDI child forms.
Use ArrangeIcons to arrange the icons of minimized MDI child forms so they are evenly spaced and don't overlap.
ArrangeIcons works only if the form is an MDI parent form (that is, if the form's FormStyle property is fsMDIForm).
See Also
Code Examples