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 / Controles, páginas y ventanas / Funciones de controles
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
Advertencia
A partir de la versión 28, ControlPopupOwner se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por ControlContextMenu.
Identifies the control on which the context menu was opened.
Caution: ControlContextMenu should only be used in WLanguage events associated with context menus and any procedures they call up.
Ejemplo
// -- Code de l'option menu
// Identification du champ sur lequel le menu contextuel a été ouvert
ResChamp = ControlContextMenu()
Sintaxis
<Result> = ControlContextMenu()
<Result>: Character string
  • Name of the control (in uppercase) on which the context menu was opened,
  • Empty string ("") if no context menu was opened.
If the control belongs to a supercontrol, <Result> has the following format: <Supercontrol name>.<Control name>.
Observaciones
When the same context menu is assigned to multiple controls, ControlContextMenu identifies the control on which the menu has been expanded in order to run the appropriate process.
Clasificación Lógica de negocio / UI: Código UI
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: 24/09/2024

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