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,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).
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