Vcl.WinHelpViewer.IWinHelpTester.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.WinHelpViewer.pas
Vcl.WinHelpViewer.hpp
Vcl.WinHelpViewer IWinHelpTester


Description

Returns the name of the default help file for the WinHelpTester help tester.

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

The WinHelpViewer unit is deprecated. Use Vcl.HtmlHelpViewer instead.

The WinHelpViewer unit implements the wrapper for the Windows WinHelp function API. Microsoft has deprecated WinHelp.

See Also