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 */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.HelpIntfs.pas System.HelpIntfs.hpp |
System.HelpIntfs | System.HelpIntfs |
Description
Retrieves the Help System object.
GetHelpSystem returns an object that implements IHelpSystem, if one is available. An application calls the IHelpSystem methods to interact with the Help System.
GetHelpSystem returns True if the Help System object was successfully obtained, False otherwise.