LCL: comment

git-svn-id: trunk@31147 -
This commit is contained in:
mattias 2011-06-09 12:45:10 +00:00
parent 58083e5537
commit 016031a066

View File

@ -1048,6 +1048,7 @@ begin
// this can create new items, which are added to the 'Next' queue
// or it can call ProcessAsyncCallQueue, for example via calling
// Application.ProcesssMessages
// Using a second queue avoids an endless loop, when an event adds a new event.
repeat
// remove top item from queue
System.EnterCriticalSection(CritSec);