On Mon, Apr 29, 2013 at 1:38 PM, K. P. <platyster...@hotmail.com> wrote:
> Have you tried wrapping your writes in
>
> memo1.Lines.BeginUpdate and memo1.Lines.BeginUpdate?
>

On the contrary. I would expect Begin/EndUpdate to increase
flickering, because they'll usually trigger a full repaint. They are
only useful to speed up when you're are changing several lines.

Best regards,
Flávio

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to