Quoting S J Galyer <[EMAIL PROTECTED]>:

> Hi,
> 
> I have a TMemo which has a height that will display 5 lines - I load it =
> with 10 lines of data. When I display it it displays the last 5 lines, =
> but I want to display the first 5 lines.
> 
> Can anyone help?

Memo1.SelStart:=0;
Memo1.SelLength=0;
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to