JVCL Help:TJvStringListToHtml.ConvertToHTML

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

Search in JVCL Help

 
Search in all projects
 

Summary

Inserts HTML formatted text into a string list and saves the result to a file.


Pascal

 procedureConvertToHTML(Source: TStrings; constFileName: string);


Parameters

Parameters Description
Source: TStrings The string list to read from. This list is unaffected by the conversion.
const FileName: string The name of the file to save to. If the file already exists, it will be overwritten.


Description

Call ConvertToHtml to format a string list with HTML codes and save the result to a file.


See Also

TJvStringListToHtml.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