Hint about what component to use

Hello,

I need to display a process log, so I need a "fast" memo component.
I need 2 features

1) find text
2) colored line (some different color for info, warning, debug, error levels)

Is there anything in TMS that I can use?

I tried some but I found to suitable component.

Thanks,

We have a memo component that is TAdvMemo but this one was built especially for syntax highlighting, so I'm not sure that will be the ideal component.
If this is for displaying a log file, perhaps you could consider a 1 or 2 column TAdvStringGrid as in this component you can perform "find text" and you can also color lines.