mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:49:29 +02:00
Docs: LCL/popupnotifier. Updates content for changes in 8d60667e
.
This commit is contained in:
parent
8d60667e33
commit
a5e41cac33
@ -684,12 +684,13 @@
|
||||
</short>
|
||||
<descr>
|
||||
<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.
|
||||
<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.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TPopupNotifier.Destroy"/>
|
||||
<link id="TNotifierForm"/>
|
||||
<link id="#lcl.forms.THintWindow.BidiMode">THintWindow.BidiMode</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user