System.HelpIntfs.GetHelpSystem
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 を返します。