|
CFx SDK Documentation
2023 SP0
|
#include <FxHelpSystem.h>
Public Member Functions | |
| CFxHelpSystem () | |
| bool | IsWebHelpEnabled () |
| bool | OpenHelp (int iHelpID, const CFxString &sHelp, int iProductID) |
| bool | OpenWebHelp (const CFxString &sUrl) |
Description: Represents help system functions. It allows to call help documentation from different places for offline and online documentation. Library: DDKERNEL
Definition at line 29 of file FxHelpSystem.h.
| CFxHelpSystem::CFxHelpSystem | ( | ) |
| bool CFxHelpSystem::IsWebHelpEnabled | ( | ) |
Description: Returns true if online documentation is requested.
| bool CFxHelpSystem::OpenHelp | ( | int | iHelpID, |
| const CFxString & | sHelp, | ||
| int | iProductID | ||
| ) |
Description: Opens the offline help documentation.
| bool CFxHelpSystem::OpenWebHelp | ( | const CFxString & | sUrl | ) |
Description: Opens the online help documentation.