procedure TForm1.FormCreate(Sender: TObject);
begin
Application.HintPause:=0;//立即显示
Application.hinthidepause:=100000;//if not leave then 显示100秒
end;
procedure TForm1.FormCreate(Sender: TObject);
begin
Application.HintPause:=0;//立即显示
Application.hinthidepause:=100000;//if not leave then 显示100秒
end;