Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Multilines hint
Creating multiline hint is not so difficult. Set ShowHint of Button1 to True and try this:
procedure TForm1.FormCreate(Sender: TObject);
begin
Button1.Hint:='Greatis'+#13+'Delphi Pages';
end;
-
More for developers