JVCL Help:TJvHTMLParser.FileName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvHTMLParser.FileName Property
[+] TJvHTMLParser Events
[+] TJvHTMLParser Methods
[+] TJvHTMLParser Properties
Search in JVCL Help
Search in all projectsSummary
File name used to load the HTML content for the parser.
Pascal
propertyFileName: TFileName;
Description
FileName is a TFileName property that specifies the file name used to load the HTML Content used during parsing operation in the parser component.
At run-time, assigning a new value to the FileName property causes the AnalyseFile method to be called. Assigning a FileName value at design-time has no effect other than updating the property value.
Use AnalyseString to parse the HTML content specified using a string value.
See Also
TJvHTMLParser.AnalyseFile, TJvHTMLParser.AnalyseString
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