System.HelpIntfs.IHelpSystemFlags.GetUseDefaultTopic

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetUseDefaultTopic: Boolean;

C++

virtual bool __fastcall GetUseDefaultTopic() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs IHelpSystemFlags

Beschreibung

Gibt True zurück, wenn das Fallback-Standardthema aktiviert wird.

Implementieren Sie die GetUseDefaultTopic-Methode, um zu überprüfen, ob die Fallback-Standardthema für ein Hilfesystem aktiviert wurde.

Siehe auch