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,Select (External language)
In french: HsMenu,Select
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu.
Example
// In C
CALLWD("HsMenu,Select,+,FS");
// In Pascal
CALLWD('HsMenu,Select,+,FS');
// In VB
call CALLWD("HsMenu,Select,+,FS")
Syntax
HsMenu,Select(<Code> [, <Option>])
<Code>: Character string
Character that can take for value:
  • "+" to select an option
  • "-" to deselect an option
  • "I" to make an option invisible
  • "M" to mark an option
  • "D" to unmark an option.
<Option>: Character string (optional)
Shortcut used to access the option or the option number.
Remarks
  • The access to the option is performed according to the shortcuts of the option.
  • When typing the menu, the deselected options cannot be validated, they will be grayed.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help