RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HelpSystem Property

Provides access to the interface for working with the help system.

Pascal
property HelpSystem: IHelpSystem;
C++
__property IHelpSystem HelpSystem;

TApplication uses IHelpSystem to interact with a Help system manager. This interface includes methods for displaying help topics based on a keyword or topic ID. 

Applications can use the HelpSystem property to interact directly with the Help system manager, or they can use the application's help-oriented methods such as HelpCommand and HelpJump

 

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