JVCL Help:TJvHTMLElementStack.Push

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds the specified item to the top of the stack container.


Pascal

 procedurePush(Element: TJvHTMLElement);


Parameters

Parameters Description
Element: TJvHTMLElement Item to add to the stack.


Description

Push is a method used to add the TJvHTMLElement instance specified in Element to the internal storage for the stack container. Push calls the inherited Add method to allocate storage for the item in Element.
Use Pop to retrieve and remove the item stored at the top of 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.


See Also

TJvHTMLElement, TJvHTMLElementStack.Pop, 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