System.HelpIntfs.IHelpManager.Release

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Release(const ViewerID: Integer);

C++

virtual void __fastcall Release(const int ViewerID) = 0 ;

Properties

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

Description

Notify Help System of Help Viewer shutdown.

Release disconnects the Help Viewer from the RTL Help System. The ViewerID parameter is the value the Help System previously passed to the Viewer by calling NotifyID.

A Help Viewer should call Release when it is about to shut down, unless the Viewer is shutting down in response to a call to ShutDown.

See Also