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

TAsyncCallQueue

Declaration

Source position: forms.pp line 1133

type TAsyncCallQueue = record

  Top: PAsyncCallQueueItem;

  Last: PAsyncCallQueueItem;

end;