JVCL Help:TJvHTMLParser.ClearConditions

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

Search in JVCL Help

 
Search in all projects
 

Summary

Clears all HTML tag definitions.


Pascal

 procedureClearConditions;


Description

ClearConditions is a procedure used to remove HTML tags defined using the Parser property or the AddCondition method. ClearConditions removes all lines in the Parser property and clears the internal list of TJvParserInfo instances used for tag definitions.
Use RemoveCondition to delete a single HTML tag definition recognized by the parser.
Use ConditionsCount to determine the total number of HTML tags defined for the parser component.


See Also

TJvParserInfo, TJvHTMLParser.RemoveCondition, TJvHTMLParser.ConditionsCount


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