|
RAD Studio VCL Reference
|
Returns a reference to the front of the queue.
function Peek: TObject;
__fastcall TObject * Peek();
Call Peek to access the queue without removing an object. Peek returns a reference to the next object in the queue (that is, the earliest object added).
To remove an object from the queue, call Pop.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|