docs: queueasynccall

git-svn-id: trunk@31144 -
This commit is contained in:
mattias 2011-06-09 11:52:34 +00:00
parent 44fa8c6766
commit 7e5a735d6a

View File

@ -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>