mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 13:09:36 +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 -->
|
||||
<element name="TApplication.QueueAsyncCall">
|
||||
<short>Insert a given asynchronous call into the queue</short>
|
||||
<descr/>
|
||||
<descr>This is thread safe.</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<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.
|
||||
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 name="TApplication.RemoveAsyncCalls">
|
||||
<short>Removes all calls added via QueueAsyncCall</short>
|
||||
<descr>This is thread safe.</descr>
|
||||
</element>
|
||||
</module>
|
||||
<!-- Forms -->
|
||||
</package>
|
||||
|
Loading…
Reference in New Issue
Block a user