Vcl.HtmlHelpViewer.IHtmlHelpTester.CanShowContext
Delphi
function CanShowContext(const Context: THelpContext; const FileName: string): Boolean;
C++
virtual bool __fastcall CanShowContext(const System::Classes::THelpContext Context, const System::UnicodeString FileName) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.HtmlHelpViewer.pas Vcl.HtmlHelpViewer.hpp |
Vcl.HtmlHelpViewer | IHtmlHelpTester |
説明
ヘルプ システムが、コンテキスト識別子で指定され、かつ、指定されたヘルプ ファイルにある、ヘルプ トピックを表示できるかどうかを、問い合わせます。
CanShowContext は、ヘルプ システムが、Context
コンテキスト識別子で指定され、かつ、指定された FileName
ヘルプ ファイルにある、ヘルプ トピックを表示できる場合には、True を返します。 そうでなければ、CanShowContext は、False を返します。
THtmlHelpViewer クラス(Vcl.HtmlHelpViewer ユニットの implementation セクションで実装されている)は、THtmlHelpViewer.UnderstandsContext 関数内で CanShowContext を使用します。 Vcl.HtmlHelpViewer ユニットが、プログラムの uses セクションで指定されている場合、THtmlHelpViewer.UnderstandsContext は、System.HelpIntfs.IExtendedHelpViewer.UnderstandsContext 関数を実装します。