JVCL Help:TJvRichEditToHtml.Header
JVCL Help: TJvRichEditToHtml.Header Property
Search in JVCL Help
Search in all projectsSummary
Tags added to the beginning of the generated HTML.
Pascal
propertyHeader: TStrings;
Description
Header is a TStrings property that represents the HTML tags added to the beginning of the HTML generated using the ConvertToHtml or ConvertToHtmlStrings methods. The default value for the Header property is assigned in the constructor for the component, and contains the following: <HTML>
<HEAD> <TITLE<#TITLE></TITLE> </HEAD> <BODY>
During processing in the ConvertToHtmlStrings method, the value of the Title property is used to replace all instances of the <#TITLE> tag found in the Header property.
The Footer property contains tags added to the end of the generated HTML.
The Header and Footer properties are used in the overloaded ConvertToHtmlStrings methods.
See Also
TJvRichEditToHtml.ConvertToHtmlStrings, TJvRichEditToHtml.ConvertToHtml, TJvRichEditToHtml.Footer
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