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:
- HTML in a TWebbrowser
- 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?
edit:
Good question from dangph: "What happens to the generated documents?"
The documents will be discarded after viewing.