Title: How to make a 2-line hintprocedure TForm1.FormShow(Sender:TObject);beginButton1.Hint:='Line 1'+#13#10+'Line2';end;{#13#10will break a line }