JVCL Help:TJvStringListToHtml.ConvertToHTMLStrings

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts the strings in one list to HTML formatted text in another.


Pascal

 procedureConvertToHTMLStrings(Source: TStrings; Destination: TStrings);


Parameters

Parameters Description
Source: TStrings The original, unformatted string list.
Destination: TStrings The string list to put the HTML formatted strings into. Destination is not cleared before adding the HTML strings.


Description

Call ConvertToHTMLStrings when you want to convert an arbitrary TStrings instance to HTML and store the result in another string list.


See Also

TJvStringListToHtml.ConvertToHTML


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