JVCL Help:TJvHTMLParser.TagList

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

Search in JVCL Help

 
Search in all projects
 

Summary

List of HTML tags parsed using tag definitions in the HTML Parser.


Pascal

 propertyTagList: TTagInfoList;


Description

TagList is a protected TTagInfoList property that represents the HTML tags encountered when parsing values in the HTML Content. TagList is maintained in the AnalyseString method when an HTML tag defined using the Parser property or the AddCondition method is found.
TTagInfo instances are created and stored in TagList for HTML tags found the HTML Content. Values in TagList are also used in the AnalyseString method to perform event notifications to the OnKeyFound and OnKeyFoundEx event handlers.


See Also

TTagInfoList, TJvHTMLParser.Content, TJvHTMLParser.AnalyseString, TJvHTMLParser.OnKeyFound, TJvHTMLParser.OnKeyFoundEx


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