JVCL Help:TJvHTMLElementStack.Pop

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

Search in JVCL Help

 
Search in all projects
 

Summary

Removes the item stored at the top of the stack.


Pascal

 functionPop: TJvHTMLElement;


Return Value

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


Description

Pop is a TJvHTMLElement function used to remove the TJvHTMLElement instance stored at the top of the stack container. The return value for the method is the TJvHTMLElement instance stored at the top of the stack, or Nil when the number of items in the stack is 0 (zero).
Pop calls Delete method in TList to remove the TJvHTMLElement instance from the internal storage for the stack container.
Use Clear to remove all items stored in the stack.
Use Peek to access (without removing) the TJvHTMLElement instance stored at the top of the stack.
Use Push to add a TJvHTMLElement instance to the stack container.


See Also

TJvHTMLElementStack.Push, TJvHTMLElementStack.Peek, TJvHTMLElementStack.Clear


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