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