RAD Studio VCL Reference
|
Returns Help System object.
function GetHelpSystem(out System: IHelpSystem): Boolean; overload; function GetHelpSystem(out System: IHelpSystem2): Boolean; overload; function GetHelpSystem(out System: IHelpSystem3): Boolean; overload;
Boolean GetHelpSystem(IHelpSystem System); Boolean GetHelpSystem(IHelpSystem2 System); Boolean GetHelpSystem(IHelpSystem3 System);
GetHelpSystem returns an object that implements IHelpSystem. An application calls IHelpSystem methods to interact with the Help System.
GetHelpSystem returns 1 if the Help System object was successfully obtained, 0 otherwise.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|