[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Arranges the icons for minimized forms in a MDI form.
Source position: forms.pp line 851
public procedure TForm.ArrangeIcons; |
ArrangeIcons is a method used to arrange the icons for minimized forms on a MDI form. No actions are performed in the method at design-time, or when FormStyle is set to a value other than fsMDIForm. ArrangeIcons calls the corresponding method in the widgetset class when its Handle has been allocated.
|
Indicates the style for the form. |
|
|
A reference handle to the widgetset class instance associated with this control. |
|
|
Checks whether a handle for the widget has been allocated for the control. |
Version 4.0 | Generated 2025-05-03 | Home |