JVCL Help:TJvParserInfo.TakeText

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates the text required for the HTML tag.


Pascal

 TakeText: Integer;


Description

TakeText is an Integer member variable that indicates the conditional text parsing required for an HTML tag defined for the TJvHTMLParser component. TakeText can contain the following values:

Value Meaning
0 Takes text following the HTML start tag, up to the beginning of the HTML end tag.
1 Takes all text prior to the HTML start tag.
2 Takes all text following the end of the HTML start tag.
3 Takes the entire line of test containing the HTML start tag.


TakeText is used in the AnalyseString method of TJvHTMLParser to derive the values for the BeginContext and EndContext members in the TTagInfo instance for the parsed HTML tag.


See Also

TJvHTMLParser.AnalyseString, TTagInfo.BeginContext, TTagInfo.EndContext


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