System.HelpIntfs.ICustomHelpViewer.SoftShutDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SoftShutDown;

C++

virtual void __fastcall SoftShutDown() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs ICustomHelpViewer

Description

Request to the Viewer to close all open Help topics.

The Help System calls SoftShutDown when it is notified that the application requires to close all open Help topics. A Viewer should respond to this call by terminating any external applications used to display Help topics, but should be prepared to restart them as needed.

See Also