[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The queue head for asynchronous callbacks.
Source position: forms.pp line 1271
type TAsyncCallQueue = record |
||
Top: PAsyncCallQueueItem; |
|
The first queued method. |
Last: PAsyncCallQueueItem; |
|
The last queued method. |
end; |
|
Inserts an asynchronous call into the queue. |
lazarus-ccr.sourceforge.net |