[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Arranges the icons for minimized forms in a MDI form.
Source position: forms.pp line 782
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 to the widgetset class instance associated with this control. |
|
|
Check whether a widget has been assigned to this control. |
lazarus-ccr.sourceforge.net |