![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Scroll a Memo
Use SenMesage function with EM_LINESCROLL message:
procedure TForm1.Button2Click(Sender: TObject);
begin
SendMessage(Memo1.Handle,EM_LINESCROLL,0,-1);
end;
-
More for developers