Docs: LCL/popupnotifier. Removes extra spaces in topics. Updates tagging for True and False values.

This commit is contained in:
dsiders 2022-06-20 15:59:02 +01:00
parent 2f6336279b
commit 08f3c10692

View File

@ -664,7 +664,7 @@
</short> </short>
<descr> <descr>
<p> <p>
<var>vNotifierForm</var> is a public <var>TNotifierForm</var> member which represents the form used to display the pop-up notification. vNotifierForm is instantiated in Create but not displayed; its Visible property is set to False. vNotifierForm is displayed using the Show or ShowAtPos methods. Use the Hide method to hide the form. vNotifierForm is freed in the Destroy method. <var>vNotifierForm</var> is a public <var>TNotifierForm</var> member which represents the form used to display the pop-up notification. vNotifierForm is instantiated in Create but not displayed; its Visible property is set to <b>False</b>. vNotifierForm is displayed using the Show or ShowAtPos methods. Use the Hide method to hide the form. vNotifierForm is freed in the Destroy method.
</p> </p>
</descr> </descr>
<seealso> <seealso>
@ -684,7 +684,7 @@
</short> </short>
<descr> <descr>
<p> <p>
<var>Create</var> is the constructor for the component instance. Create calls the inherited constructor using AOwner as the owner for the component instance. Create allocates resources needed for the vNotifierForm member, and sets the forms Visible property to False. When the Application singleton has been assigned, its BidiMode property is applied to the notifier form instance. <var>Create</var> is the constructor for the component instance. Create calls the inherited constructor using AOwner as the owner for the component instance. Create allocates resources needed for the vNotifierForm member, and sets the forms Visible property to <b>False</b>. When the Application singleton has been assigned, its BidiMode property is applied to the notifier form instance.
</p> </p>
</descr> </descr>
<seealso> <seealso>
@ -959,7 +959,7 @@
</short> </short>
<descr> <descr>
<p> <p>
<var>BGDrawn</var> is a Boolean constant with the value False. <var>BGDrawn</var> is a Boolean constant with the value <b>False</b>.
</p> </p>
<remark> <remark>
BGDrawn is not used in the current implementation. BGDrawn is not used in the current implementation.