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

TAsyncCallQueueItem

A queued asynchronous callback request node.

Declaration

Source position: forms.pp line 1266

type TAsyncCallQueueItem = record

  Method: TDataEvent;

  

The callback method.

  Data: PtrInt;

  

The method call argument.

  NextItem: PAsyncCallQueueItem;

  

The next list node.

  PrevItem: PAsyncCallQueueItem;

  

The preceding list node.

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.