DelphiCodeToDoc Next
Name
StringsToHTMLStrings
Parent
uDocGenHTML_Tools
Visibility
PUBLIC
Description
Convert a string to html string with EOL
Source code
function StringsToHTMLStrings ( const sl : TStringList ; const EnableCharEncode : boolean ) : string
Parameters
Parameter Description sl : TStringList Source String to convert EnableCharEncode : BOOLEAN
Return
Types Description STRING string compliant to html
DelphiCodeToDoc Next