System.HelpIntfs.ICustomHelpViewer.ShutDown
Delphi
procedure ShutDown;
C++
virtual void __fastcall ShutDown() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.HelpIntfs.pas System.HelpIntfs.hpp |
System.HelpIntfs | ICustomHelpViewer |
Description
Notifies the Viewer that the application is shutting down.
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.