Hi both,
Thanks for the quick responses :)

Richard


On 25 April 2014 18:46, Howard Page-Clark <h...@talktalk.net> wrote:

> On 25/04/2014 18:30, Richard Mace wrote:
>
>> I have some code that populates a TMemo via TMemo.Text := 'lots of lines
>> of text..' and need a cross platform way of programatically forcing the
>> TMemo to display the last entry as if the user has had manually scrolled
>> to the bottom.
>>
>
> You can also use
>
> Memo1.SelStart:=Length(Memo1.Text);
>
> Howard
>
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to