System.HelpIntfs.IHelpSystemFlags.SetUseDefaultTopic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUseDefaultTopic(AValue: Boolean);

C++

virtual void __fastcall SetUseDefaultTopic(bool AValue) = 0 ;

Properties

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

Description

Enables a default topic to be shown in case of a search failure.

Implement the SetUseDefaultTopic method to enable or disable a default topic to be shown in case of a search failure.

Note: In case the default topic is not enabled, when a search failure occurs, an exception is raised.

See Also