JVCL Help:TJvRichEditToHtml.ConvertToHtml@TRichEdit@string

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

Search in JVCL Help

 
Search in all projects
 

Summary

Convert the contents of a rich edit control to HTML.


Pascal

 procedureConvertToHtml(Value: TRichEdit; constFileName: string); overload;


Parameters

Parameters Description
Value: TRichEdit Rich edit control with the content to convert to HTML.
const FileName: string File where generated HTML is stored.


Description

ConvertToHtml is an overloaded method used to convert the contents of the TRichEdit control specified in Value to HTML. ConvertToHtml stores the generated HTML in the file specified in the Filename argument.
ConvertToHtml calls the ConvertToHtmlStrings method to perform conversion of the RTF content in the control specified by Value.
Use ConvertToHtmlStrings to convert the RTF content of a rich edit control to HTML and to store the results in a TStrings instance.


See Also

TJvRichEditToHtml.ConvertToHtml, TJvRichEditToHtml.ConvertToHtmlStrings


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