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,Label (Function)
In french: HsMenu,Libelle
Modifies the caption of a menu option.
Example
// In C
CALLWD("HSMENU,LABEL,%s,%s",Option,NewOption);
// In Pascal
CALLWD('HSMENU,LABEL,'+Option+','+NewOption);
// In VB
call CALLWD("HSMENU,LABEL,"+Option+","+NewOption)
Syntax
HsMenu,Label(<Option identifier> , <New caption>)
<Option identifier>: Character string
Number of the option to modify. The number of the option is the one assigned during the menu description. It is available in the menu editor and in the project documentation.
<New caption>: Character string
New caption for the option. This parameter must contain the "&" character (in front of the shortcut of the option).
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help