[Lazarus] TMemo flicker

Flávio Etrusco flavio.etrusco at gmail.com
Tue Apr 30 08:52:37 CEST 2013


On Mon, Apr 29, 2013 at 1:38 PM, K. P. <platysternon at 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




More information about the Lazarus mailing list