Source position: ptceventqueue.pp line 51
type TEventLinkedList = record
Event: IPTCEvent;
Next: PEventLinkedList;
end;