ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
NumHelp (Function)
In french: NumHelp
Returns the number of the help context associated with the specified control. This help number was specified when the control was created in the window editor.
Remark: This help number can be used with WHelp to open the help page (HLP or CHM format) of the control.
Example
// Open the MyHelp.HLP help on the page
// whose context number is NumHelp(NameCurrentControl)
// NameCurrentControl is a variable containing the name of the current control
WHelp("MyHelp.hlp", NumHelp(NameCurrentControl))
Syntax
<Result> = NumHelp(<Control name>)
<Result>: Integer
Number of the context-sensitive help.
<Control name>: Character string
Name of the control whose number of context-sensitive help is requested. For the options of a check box or radio button, the number of the option must be enclosed in brackets (CheckBox[1] for the first option of a check box for example).
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/17/2023

Send a report | Local help