Question about adding items to TQUEUE
Delphi
1
Posts
1
Posters
3
Views
1
Watching
-
I have an application that is sending commands that are being added to a queue to a connected device. There are times when I need to send a command right away, so I need a way to add an object to the front of the queue so that the command gets sent right away instead of having it added to the end of the queue. Does anyone know how to do this? I am using a TQueue object.