[Lazarus] Forcing TMemo to dislplay last entry

Sandro Cumerlato sandro.cumerlato at gmail.com
Fri Apr 25 19:35:30 CEST 2014


Hello Richard,
you can use the following code:

SendMessage(Memo1.Handle, EM_LINESCROLL, 0, Memo1.Lines.Count);




More information about the Lazarus mailing list