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
  • Context-sensitive help
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 or modifies the name of the help file used by the context-sensitive help of a window.
Ejemplo
// Utiliser le fichier d'aide "D:\WINDEV\Aide\Aide.chm"
// pour l'aide contextuelle de la fenêtre "FEN_Fenêtre1"
HelpFile(FEN_Fenêtre1, "D:\WINDEV\Aide\Aide.chm")
// Utiliser le fichier d'aide "Aide.hlp"
// pour l'aide contextuelle de la fenêtre en cours
HelpFile("", "Aide.hlp")
// Connaître le fichier d'aide utilisé
// pour l'aide contextuelle de la fenêtre en cours
ResFicAide = HelpFile("")
Sintaxis

Finding out the name of help file used for the context-sensitive help Ocultar los detalles

<Result> = HelpFile(<Name of the window>)
<Result>: Character string
Name and path of help file (.HLP or .CHM) associated with the window for the context-sensitive help.
<Name of the window>: Character string
Name of window whose associated help file you want to get. If this parameter corresponds to an empty string (""), the window used is the window to which the current process belongs.

Modifying the help file used for the context-sensitive help Ocultar los detalles

<Result> = HelpFile(<Name of the window> [, <Help file name>])
<Result>: Character string
Name and path of the help file (.HLP or .CHM) associated with the window for the context-sensitive help before the modification.
<Name of the window>: Character string
Name of the window used. If this parameter corresponds to an empty string (""), the window used is the window to which the current process belongs.
<Help file name>: Optional character string
Name and path of help file (.HLP or .CHM) used for the context-sensitive help. A relative path or a UNC path can be used.
Observaciones

Context-sensitive help

The context-sensitive help is displayed when the user clicks the "What is it" icon in the window (? icon).
This context-sensitive help is based:
  • On the window style ("Icon of context-sensitive help" checked).
  • On the file for context-sensitive help defined:
    • in the window editor ("Help" tab in the description window of window).
    • by HelpFile.
  • On the help number defined in the control description.
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: 21/09/2024

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