Vcl.HtmlHelpViewer.IHtmlHelpTester.GetDefaultHelpFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDefaultHelpFile: string;

C++

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

Properties

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


Description

Returns the name of the default help file 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