ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Managing external languages / Object functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
List,Select,- (External language)
In french: Liste, Select, -
Deselects an element from a drop-down list or from an expanded list. This function is mainly used to handle multi-selection list boxes.
Example
// In C
CALLWD("List,Select,-,ProdList,10");
// In Pascal
CALLWD('List,Select,-,ProdList,10');
// In VB
call CALLWD("List,Select,-,ProdList,10")
Syntax
List,Select,-(<List name> , <Subscript>)
<List name>: Character string
Name of list to use.
<Subscript>: Character string
Index of the element to deselect. If <Subscript>=*, all the list elements are deselected.
Note: If <Index> is greater than the number of elements in the list, List,Select,- has no effect..
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 10/04/2024

Send a report | Local help