System.HelpIntfs.ICustomHelpViewer.ShutDown

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also