System.HelpIntfs.ICustomHelpViewer.GetViewerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetViewerName: string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs ICustomHelpViewer

Description

Returns the string that identifies the Help Viewer. Every Help Viewer within an application must return a unique Viewer Name.

See Also