I'm using CodeGear C++ Builder 2009 and have problems with the TMemo component. It's too slow. I use it to display ASCII text from the COM serial port. I need to display every single symbol when it comes from the COM Serial port. The problem is, if there is a lot of text from the COM serial port, older text on TMemo starts to flicker and all the more text is on the component, the worse it gets. When TMemo contains 1000 lines of text, refresh delay is enormous!
I set doubleBuffered property to true, but this not helping a all. How they make refresh time to be minimum in applications like SecureCRT? New text is added smoothly and there is no flickering. Which component can produce such result?