System.HelpIntfs.GetHelpSystem

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs System.HelpIntfs


説明

ヘルプ システム オブジェクトを取得します。

GetHelpSystem は、IHelpSystem を実装しているオブジェクトを返します(ある場合)。 アプリケーションは、IHelpSystem のメソッドを呼び出し、ヘルプ システムとやり取りします。

GetHelpSystem は、ヘルプ システム オブジェクトが取得に成功した場合には True を、そうでなければ False を返します。

関連項目