JVCL Help:TJvHTMLElementStack.Clear
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvHTMLElementStack.Clear Method
[+] TJvHTMLElementStack Methods
Search in JVCL Help
Search in all projectsSummary
Removes all items stored in the container.
Pascal
procedureClear; override;
Description
Clear is an overridden method used to remove all TJvHTMLElement instances stored in the stack-like container using Push. Clear iterates over the items stored in the list, and frees each of the TJvHTMLElement instances.
Clear calls the inherited method prior to exit.
Use Pop to remove the TJvHTMLElement instance stored at the top of the stack.
See Also
TJvHTMLElementStack.Push, TJvHTMLElementStack.Pop
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