From 54716537eb16b7a52bbbd376cf2080f5014c9d9b Mon Sep 17 00:00:00 2001 From: dsiders Date: Mon, 30 Oct 2023 21:26:10 +0100 Subject: [PATCH] Docs: LCL/forms. Adds content and See Also links in TApplication.Minimize and TApplication.Restore topics. Fixes spelling error. --- docs/xml/lcl/forms.xml | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index 3e60697e2d..15270ff6c8 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -16219,8 +16219,32 @@ The icon can be one of: Asks the widgetset to minimize the application. - - + +

+Calls the AppMinimize method in the widgetset class to hide the +MainForm and update its WindowState property. Other forms and modal pop-up +windows for the application are also minimized. +

+

+Use MainFormOnTaskbar to control whether the form is displayed on the Task bar +when the application has been minimized. +

+

+Use Restore to display the application and its forms and dialogs using their +states before they were minimized. +

+
+ + + + + + + + + + + @@ -16255,9 +16279,17 @@ Calls the AppRestore method in the widgetset class, which generally restores the main form for the application and re-focuses its active control. It will also restore an active modal dialog.

+

+Use Minimize to hide the forms and dialogs for the application, and to +optionally display the minimized form(s) on the Task bar. +

+ + + + @@ -19561,7 +19593,7 @@ it is a design message. -Object instance (TControl) where the specified messsage originated. +Object instance (TControl) where the specified message originated.