RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
HelpIntfs.GetHelpSystem Function

Returns Help System object.

Pascal
function GetHelpSystem(out System: IHelpSystem): Boolean; overload;
function GetHelpSystem(out System: IHelpSystem2): Boolean; overload;
C++
Boolean GetHelpSystem(IHelpSystem System);
Boolean GetHelpSystem(IHelpSystem2 System);

HelpIntfs

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. 

 

TApplication

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!