mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 09:59:09 +02:00
Docs: LCL/forms. Adds content and See Also links in TApplication.Minimize and TApplication.Restore topics. Fixes spelling error.
(cherry picked from commit 54716537eb
)
This commit is contained in:
parent
88ddd885a7
commit
778d8debbd
@ -16211,8 +16211,32 @@ The icon can be one of:
|
|||||||
<short>
|
<short>
|
||||||
Asks the widgetset to minimize the application.
|
Asks the widgetset to minimize the application.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr>
|
||||||
<seealso/>
|
<p>
|
||||||
|
Calls the <var>AppMinimize</var> 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.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Use MainFormOnTaskbar to control whether the form is displayed on the Task bar
|
||||||
|
when the application has been minimized.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Use Restore to display the application and its forms and dialogs using their
|
||||||
|
states before they were minimized.
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<seealso>
|
||||||
|
<link id="TApplication.MainForm"/>
|
||||||
|
<link id="TApplication.MainFormOnTaskBar"/>
|
||||||
|
<link id="TApplication.ModalLevel"/>
|
||||||
|
<link id="TApplication.Restore"/>
|
||||||
|
<link id="TCustomForm.FormState"/>
|
||||||
|
<link id="TCustomForm.ShowInTaskBar"/>
|
||||||
|
<link id="TCustomForm.WindowState"/>
|
||||||
|
<link id="TCustomForm.Visible"/>
|
||||||
|
<link id="TScreen.CustomFormsZOrdered"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TApplication.ModalStarted">
|
<element name="TApplication.ModalStarted">
|
||||||
@ -16247,9 +16271,17 @@ Calls the <var>AppRestore</var> method in the widgetset class, which
|
|||||||
generally restores the main form for the application and re-focuses its
|
generally restores the main form for the application and re-focuses its
|
||||||
active control. It will also restore an active modal dialog.
|
active control. It will also restore an active modal dialog.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Use Minimize to hide the forms and dialogs for the application, and to
|
||||||
|
optionally display the minimized form(s) on the Task bar.
|
||||||
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TApplication.Minimize"/>
|
<link id="TApplication.Minimize"/>
|
||||||
|
<link id="TApplication.MainForm"/>
|
||||||
|
<link id="TCustomForm.FormState"/>
|
||||||
|
<link id="TCustomForm.WindowState"/>
|
||||||
|
<link id="TCustomForm.Visible"/>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -19553,7 +19585,7 @@ it is a design message.
|
|||||||
</element>
|
</element>
|
||||||
<element name="TIDesigner.IsDesignMsg.Sender">
|
<element name="TIDesigner.IsDesignMsg.Sender">
|
||||||
<short>
|
<short>
|
||||||
Object instance (TControl) where the specified messsage originated.
|
Object instance (TControl) where the specified message originated.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TIDesigner.IsDesignMsg.Message">
|
<element name="TIDesigner.IsDesignMsg.Message">
|
||||||
|
Loading…
Reference in New Issue
Block a user