procedure TForm1.Button1Click(Sender: TObject);vari : integer;begini:=GetWindowLong(Button1.Handle,GWL_STYLE );SetWindowLong (Button1.Handle,GWL_STYLE , i or BS_MULTILINE);Button1.Caption := 'satır1'#13#10'satır2';end;