[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TAsyncCallQueue

The queue head for asynchronous callbacks.

Declaration

Source position: forms.pp line 1271

type TAsyncCallQueue = record

  Top: PAsyncCallQueueItem;

  

The first queued method.

  Last: PAsyncCallQueueItem;

  

The last queued method.

end;

See also

TApplication.QueueAsyncCall

  

Inserts an asynchronous call into the queue.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.