AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// 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))
Sintaxis
<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).
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local