Navigation: ESL Documentation > Quick Reference Guide
Remove a visible help window.
call HelpDismissHelpWindow( )
Display the extended help panel for a region.
call HelpDisplayExtendedHelp( )
Display the help panel contents window.
call HelpDisplayHelpContents( )
Display the help panel index window.
call HelpDisplayHelpIndex( )
Display the help panel index window from the point matching a specified string.
call HelpDisplayHelpIndexByKeyword(HELP_KEYWORD_SV)
Display a specified help panel
call HelpDisplayHelpPanelByKeyword(HELP_PANEL_ID_SV)
Display the first help topic whose key word matches a specified string.
call HelpDisplayHelpPanelByKeyword(HELP_KEYWORD_SV)
Display the keys help panel, as defined by the ESL application.
call HelpDisplayKeysHelp( )
Display the Windows Help Search dialog box.
call HelpDisplaySearchDialog( )
Replace the current help library (or libraries)
call HelpReplaceHelpLibrary(HELP_LIBRARY_NAME_SV)