mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
docs: queueasynccall
git-svn-id: trunk@31144 -
This commit is contained in:
parent
44fa8c6766
commit
7e5a735d6a
@ -6801,7 +6801,7 @@ If it is a form it will be added to the application's forms list</descr>
|
|||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TApplication.QueueAsyncCall">
|
<element name="TApplication.QueueAsyncCall">
|
||||||
<short>Insert a given asynchronous call into the queue</short>
|
<short>Insert a given asynchronous call into the queue</short>
|
||||||
<descr/>
|
<descr>This is thread safe.</descr>
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<example file="forms/tapplication_queueasynccall.pas"/>
|
<example file="forms/tapplication_queueasynccall.pas"/>
|
||||||
@ -9772,6 +9772,10 @@ dmPrimary - place the form on the primary monitor
|
|||||||
dmMainForm - place the form on the same monitor as the main form. If there is no main form then use dmPrimary behavior.
|
dmMainForm - place the form on the same monitor as the main form. If there is no main form then use dmPrimary behavior.
|
||||||
dmActiveForm - place the form on the same monitor as the current active form. If there is no active form use dmMainForm behavior.</descr>
|
dmActiveForm - place the form on the same monitor as the current active form. If there is no active form use dmMainForm behavior.</descr>
|
||||||
</element>
|
</element>
|
||||||
|
<element name="TApplication.RemoveAsyncCalls">
|
||||||
|
<short>Removes all calls added via QueueAsyncCall</short>
|
||||||
|
<descr>This is thread safe.</descr>
|
||||||
|
</element>
|
||||||
</module>
|
</module>
|
||||||
<!-- Forms -->
|
<!-- Forms -->
|
||||||
</package>
|
</package>
|
||||||
|
Loading…
Reference in New Issue
Block a user