System.HelpIntfs.IHelpManager.Release

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Release(const ViewerID: Integer);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs IHelpManager

説明

ヘルプシステムにヘルプビューアがシャットダウンしたことを通知します。

Release は,ヘルプビューアを RTL ヘルプシステムから切り離します。ViewerID パラメータは,ヘルプシステムが NotifyID を呼び出してビューアに以前に渡した値です。

ヘルプビューアが ShutDown の呼び出しに対する応答でシャットダウン中である場合でなければ,ヘルプビューアはシャットダウンを行うときに Release を呼び出す必要があります。

関連項目