ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 the WHelp function to display the help page (HLP or CHM format) corresponding to the field.
Example
// Ouverture de l'aide MonAide.HLP sur la page
// ayant pour numéro de contexte NumHelp(NomChampEnCours)
// NomChampEnCours est une variable contenant le nom du champ en cours
WHelp("MonAide.hlp", NumHelp(NomChampEnCours))
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 you want to get. 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: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help