Vcl.HtmlHelpViewer.IHtmlHelpTester.GetHelpPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHelpPath: string;

C++

virtual System::UnicodeString __fastcall GetHelpPath() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Vcl.HtmlHelpViewer.pas
Vcl.HtmlHelpViewer.hpp
Vcl.HtmlHelpViewer IHtmlHelpTester


Description

Returns the path to the default help file registered in for the HtmlHelpTester help tester.

VCL does not provide an implementation of the IHtmlHelpTester interface. Therefore, if you need to use this function, you must implement IHtmlHelpTester in your application.

See Also