AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Gestión de lenguajes externos / Funciones Objeto
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HsMenu,Name (External language)
In french: HsMenu,Nom
Adds a menu into the window that is opened. The menu is the menu of another window.
Example
// In C
CALLWD("HsMenu,Name,Menu3");
// In Pascal
CALLWD('HsMenu,Name,Menu3');
// In VB
call CALLWD("HsMenu,Name,Menu3")
Syntax
HsMenu,Name(<Name of Menu Window>)
<Name of Menu Window>: Character string
Name of the window containing the menu (without the extension).
Remarks
  • HsMenu,Name allows you to use in a window, a menu that was created in another window.
  • HsMenu, Name can only be used in the windows that can include a menu (window with a "Thin border").
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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