JVCL Help:TJvHTMLElementStack.Peek

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Provides access to the item stored at the top of the stack.


Pascal

 functionPeek: TJvHTMLElement;


Return Value

TJvHTMLElement - Item at the top of the stack, or Nil.


Description

Peek is a TJvHTMLElement function used to access the item stored at the top of the stack container.
The return value is the TJvHTMLElement instance that represents the item stored at the top of the stack, or Nil when the number of items in the stack is 0 (zero).
Use Push to add a TJvHTMLElement instance to the stack.
Use Pop to remove the TJvHTMLElement instance at the top of the stack.


See Also

TJvHTMLElement, TJvHTMLElementStack.Pop, TJvHTMLElementStack.Push


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page