RAD Studio VCL Reference
|
Application Help System that supports multiple Help Viewers.
IHelpSystem2 = interface(IHelpSystem);
__interface IHelpSystem2 : public IHelpSystem;
The Run-Time Library Help System allows an application to access one or more Help Viewers through a uniform interface, IHelpSystem2. To obtain an object that implements IHelpSystem2, call the global function GetHelpSystem.
This interface extends IHelpSystem with the ability to query the Help System if it understands a given keyword.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|