JVCL Help:TJvHTMLParser.RemoveCondition
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvHTMLParser.RemoveCondition Method
[+] TJvHTMLParser Events
[+] TJvHTMLParser Methods
[+] TJvHTMLParser Properties
Search in JVCL Help
Search in all projectsSummary
Removes the tag and parsing conditions at the specified position.
Pascal
procedureRemoveCondition(Index: Integer);
Parameters
Parameters | Description |
Index: Integer | Position to be removed from the list of defined tags and parsing conditions. |
Description
RemoveCondition is a procedure used to remove the HTML tag definition at the position specified in Index from the internal list in the HTML parser.
Use GetCondition to access values for the HTML tag definition at a specified position.
Use ClearConditions to remove all HTML tag definitions for the parser.
See Also
TJvHTMLParser.GetCondition, TJvHTMLParser.ClearConditions
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