RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ICustomHelpViewer.ShutDown Method

Permanent Viewer shut down.

Pascal
procedure ShutDown;
C++
__fastcall ShutDown();

The Help System calls ShutDown when it is notified that the application is shutting down. A Viewer should respond to this call by terminating any external applications used to display Help topics. After a call to ShutDown, a Viewer can assume that no more Help requests will arrive. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!