ich hatte die Breakpoints falsch gesetzt, sorry, in Zusammenhang mit den Fehlerhaften Quellcodekomnentaren bin ich ins eigene Messer gelaufen.
Delphi-Quellcode:
{ Show the last enqueued element without modifying the Queue. }
MessageDlg('First enqueued element is: "' + Queue.Peek() + '".', mtInformation, [mbOK], 0);
{ Extract the top element: "Erica". }
Queue.Extract();