JVCL Help:TJvStringListToHtml.Strings
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringListToHtml.Strings Property
[+] TJvStringListToHtml Methods
[+] TJvStringListToHtml Properties
Search in JVCL Help
Search in all projectsSummary
The strings to convert to HTML.
Pascal
propertyStrings: TStrings;
Description
Strings contains the plain text strings that should be converted to HTML. Read the HTML from the HTML property. Assign a TStrings instance to the Strings property or use the methods of the TStrings class to modify the content of Strings.
See Also
TJvStringListToHtml.ConvertToHTML, TJvStringListToHtml.ConvertToHTMLStrings, TJvStringListToHtml.HTML
About
Notes
You can use either the Strings and HTML properties or the ConvertToHtml and ConvertToHTMLStrings methods to perform the conversion.
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