|
|
|
|
|
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.
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).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|