System.HelpIntfs.IHelpSystemFlags.GetUseDefaultTopic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUseDefaultTopic: Boolean;

C++

virtual bool __fastcall GetUseDefaultTopic() = 0 ;

Properties

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

Description

Returns True if the default topic fallback is enabled.

Implement the GetUseDefaultTopic method to check whether the default fallback topic for a help system has been enabled.

See Also