Vcl.WinHelpViewer.ViewerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ViewerName : String;

C++

extern DELPHI_PACKAGE System::UnicodeString ViewerName;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.WinHelpViewer.pas
Vcl.WinHelpViewer.hpp
Vcl.WinHelpViewer Vcl.WinHelpViewer


Description

The ViewerName variable stores a string that the Help Manager can use to identify this Viewer to choose among registered Viewers.

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