📅  最后修改于: 2020-10-15 10:36:06             🧑  作者: Mango
开发人员可以根据自己的需求使用RoboHelp API创建自定义对话框。 RH_ShowHelp是调用项目中帮助文件的程序函数。支持的语言包括Visual Basic,C / C++,JavaScript和Java 。
相应语言的文件位于Install Directory \ Adobe \ Adobe RoboHelp(版本)\ CSH API中。 RoboHelp文档列出了RH_ShowHelp中包含的参数。他们下表描述了所有这些参数-
Sr. No. | Parameter & Description |
---|---|
1 |
hParent This parameter closes the Help dialog, when the calling window is closed. |
2 |
a_pszHelpFile This parameter specifies the Help Source depending on the Output type. For Webhelp/FlashHelp: “Path to project start page” For Webhelp Pro: “http:// For HTML Help: “Path to .CHM file”. |
3 |
uCommand This parameter contains the following constants − HH_DISPLAY_INDEX − Displays Index pane and default topic. HH_DISPLAY_SEARCH − Displays Search pane and default topic. HH_DISPLAY_TOC − Displays Contents pane and default topic. HH_HELP_CONTEXT − Opens topic associated with map ID in dwData parameter. |
4 |
dwData This parameter is used to obtain the map ID and export the map file for the programming language. Use the HH_HELP_CONTEXT in the uCommand parameter. |
有关更多信息,或将CSH主题与上述语言进一步联系,请参阅以下链接上的Adobe RoboHelp文档– https://helpx.adobe.com/support/robohelp.html 。