HelpIntfs.GetHelpSystem

From Référence RAD Studio VCL
Jump to: navigation, search

Contents

Informations Delphi

De HelpIntfs.pas

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


Unité : HelpIntfs

Type : fonction

Visibilité : public

Informations C++

De HelpIntfs.hpp

	bool __fastcall GetHelpSystem(System::DelphiInterface<Helpintfs::IHelpSystem> & System);


Unité : HelpIntfs

Type : fonction

Description

Renvoie l'objet système d'aide.


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

GetHelpSystem renvoie 1 si l'objet système d'aide a été correctement obtenu ; sinon 0.

Voir aussi

Personal tools