HelpIntfs.IHelpSystemFlags
From RAD Studio VCL Reference
Contents |
Delphi Information
From HelpIntfs.pas
IHelpSystemFlags = interface(IExtendedHelpViewer) [69418F09-5E49-4899-9E13-9FE3C1497566]
Unit: HelpIntfs
Type: interface
Class Methods: HelpIntfs.IHelpSystemFlags Methods
C++ Information
From HelpIntfs.hpp
IHelpSystemFlags = class(IExtendedHelpViewer)
Unit: HelpIntfs
Type: class
Inherited Class Members: HelpIntfs.IHelpSystemFlags Members
Class Methods: HelpIntfs.IHelpSystemFlags Methods
Description
Interface for setting a default topic.
The IHelpSystemFlags interface can be optionally implemented in order to alter the default system behavior. IHelpSystemFlags exposes methods that are used for determining whether the help system should fall back to a default topic or raise an exception if the search for a topic is not successful.
If GetUseDefaultTopic is True, then if a topic being searched for is not found, the default topic is shown instead.