System.HelpIntfs.GetHelpSystem

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetHelpSystem(out System: IHelpSystem): Boolean;
function GetHelpSystem(out System: IHelpSystem2): Boolean;
function GetHelpSystem(out System: IHelpSystem3): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall GetHelpSystem(/* out */ _di_IHelpSystem &System)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs System.HelpIntfs

Description

Récupère l'objet système d'aide.

GetHelpSystem renvoie un objet qui implémente IHelpSystem, s'il y en a un. Une application appelle les méthodes IHelpSystem pour interagir avec le système d'aide.

GetHelpSystem renvoie True si l'objet système d'aide a été correctement obtenu, sinon False.

Voir aussi