JVCL Help:TJvStringListToHtml.IncludeHeader
JVCL Help: TJvStringListToHtml.IncludeHeader Property
Search in JVCL Help
Search in all projectsSummary
Determines if the converted string list is to be constructed as a complete document.
Pascal
propertyIncludeHeader: Boolean;
Description
Use IncludeHeader to specify if the converted HTML is enclosed in the HTML, HEAD and BODY tags and comprises a complete document. If IncludeHeader is false, a HTMLLineBreak is appended to each string in Strings. If IncludeHeader is true, a complete HTML document is constructed.
See Also
TJvStringListToHtml.ConvertToHTML, TJvStringListToHtml.ConvertToHTMLStrings, TJvStringListToHtml.HTMLLineBreak, TJvStringListToHtml.HTMLTitle
About
Notes
When calling ConvertToHtml, this property is ignored and the file is always written as a complete HTML document.
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