Convert text into HTML
i want a component (or code) for convert a text to HTML
Thank
Thank
The place to exchange ideas and experiences on Delphi programming
http://forum.delphiarea.com/
s:='<html><body>'+StringReplace(text,#13#10,'<br \>')+'</body></html>';