JVCL Help:TJvRichEditToHtml.ConvertToHtml@TJvRichEdit@string
JVCL Help: TJvRichEditToHtml.ConvertToHtml Method (TJvRichEdit, string)
Search in JVCL Help
Search in all projectsSummary
Convert the contents of a rich edit control to HTML.
Pascal
procedureConvertToHtml(Value: TJvRichEdit; constFileName: string); overload;
Parameters
Parameters | Description |
Value: TJvRichEdit | 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 TJvRichEdit 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 contents 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