Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML or RTF?

In my Delphi program I want to display some information generated by the application. Nothing fancy, just 2 columns of text with parts of words color-coded.
I think I basically have two options:

  1. HTML in a TWebbrowser
  2. RTF in a TRichEdit.

HTML is more standard, but seems to load slower, and I had to deal with The Annoying Click Sound. Is RTF still a good alternative these days?

Note: The documents will be discarded after viewing.

like image 548
stevenvh Avatar asked Mar 05 '09 10:03

stevenvh


1 Answers

I would vote for HTML.

I think it is more future oriented. The speed would not concern me.

like image 137
Josef Sábl Avatar answered Sep 19 '22 12:09

Josef Sábl