JVCL Help:TJvRichEditToHtml.Footer

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

Search in JVCL Help

 
Search in all projects
 

Summary

Tags added to the end of the generated HTML.


Pascal

 propertyFooter: TStrings;


Description

Footer is a TStrings property that represents the HTML tags added to the end of the HTML generated using the ConvertToHtml or ConvertToHtmlStrings methods. The default value for the Footer property is assigned in the constructor for the component, and contains the following:
</BODY>

 </HTML> 

The Header property contains the preamble for the generated HTML, including the Title assigned to the generated HTML.
The Header and Footer properties are used in the overloaded ConvertToHtmlStrings methods.


See Also

TJvRichEditToHtml.ConvertToHtmlStrings, TJvRichEditToHtml.ConvertToHtml, TJvRichEditToHtml.Header


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