Mega Code Archive

 
Categories / Delphi / Examples
 

How to close the help automatically when closing application

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