ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
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").
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help