Source position: forms.pp line 1145
type TAsyncCallQueue = record
Top: PAsyncCallQueueItem;
Last: PAsyncCallQueueItem;
end;