JVCL Help:TJvParserInfo.StartTag

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

Search in JVCL Help

 
Search in all projects
 

Summary

HTML recognized as the start of a tag definition.


Pascal

 StartTag: string;


Description

StartTag is a string member variable that indicates the HTML recognized as the start of a tag definition in the TJvHTMLParser component.
StartTag and EndTag are used to determine the boundaries of an HMTL tag set during parsing of HTML in the AnalyseString method in TJvHTMLParser.
Values in the StartTag and EndTag members are updated when an HTML tag definition is created using the AddCondition method in TJvHTMLParser.


See Also

TJvParserInfo.EndTag, TJvHTMLParser.AnalyseString, TJvHTMLParser.AddCondition


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