Title: How to close the help automatically when closing applicationprocedure TForm1.FormDestroy(Sender: TObject);begin Application.HelpCommand(HELP_QUIT, 0);end;