Queue.Peek (METH)
METHOD Peek : COLLECTION_ERROR
Get the head element of the stack. The element will not be removed.
- InOut:
 Scope
Name
Type
Comment
Return
PeekOutput
itfElementThe top level element of the stack.
Queue.Peek (METH)METHOD Peek : COLLECTION_ERROR
Get the head element of the stack. The element will not be removed.
Scope  | 
Name  | 
Type  | 
Comment  | 
|---|---|---|---|
Return  | 
  | 
||
Output  | 
  | 
The top level element of the stack.  |