Title: How to change the display time of the Hintsprocedure TForm1.Button1Click(Sender: TObject);begin //default = 2500 ms Application.HintHidePause := 10000 //10 Secend;