Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TAsyncCallQueue

Represents an asynchronous callback queue.

Declaration

Source position: forms.pp line 1406

type TAsyncCallQueue = record

  Top: PAsyncCallQueueItem;

  

The first queued callback request.

  Last: PAsyncCallQueueItem;

  

The last queued callback request.

end;

See also

TApplication.QueueAsyncCall

  

Inserts an asynchronous call into the queue.



CT Web help

CodeTyphon Studio