![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Set hint's display time
Use HintHidepause property of TApplication type. You should set a waiting time as milliseconds.
procedure TForm1.Button1Click(Sender: TObject);
begin
Application.HintHidePause:=1000;
end;
-
More for developers