Hi SO.
I am looking for a graphical component in Delphi winch have such features:
- allows to paint text in different font types, sizes and colors
- allows to select previously drawn text and copy it
- paints images on a given coords, gif support would be nice
- its very fast in terms of CPU usage
I need this component as a main chat window. I don't want to use it as a text editor.
I've tried two solutions so far:
- TVirtualStringTree
- THtml
Currently I am using THtml. It performs quite nice but it is a bit to slow due to two facts:
- It supports many features which are not necessary in my case
- Each time I want to add some content to it, I must reload the whole content
I really don't want to go into its sources and modify them until I have no other choice. So maybe someone of you knows some nice lightweight component which I can use instead?