size : 229
uploaded_on : Wed Oct 14 00:00:00 1998
modified_on : Wed Dec 8 14:03:17 1999
title : Close help
org_filename : CloseHelp.txt
author : Nich Hodges
authoremail :
description : Close help automatically when closing application
keywords :
tested : not tested yet
submitted_by : Mike Orriss
submitted_by_email : mjo@3kcc.co.uk
uploaded_by : nobody
modified_by : nobody
owner : nobody
lang : plain
file-type : text/plain
category : delphi-system32bit
__END_OF_HEADER__
<< When I close my app, the Help Window (if it happens to still be active) does not automatically close also! How do I ensure it will be closed automatically? >>
Call:
Application.HelpCommand(HELP_QUIT, 0);
- Nick Hodges