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
List,Modify (External language)
In french: Liste,Modifie
Modifies an element in a drop-down list or in an expanded list.
Example
// In C
CALLWD('List,Modify,ProdList,%s=%s",subscript,value);
// In Pascal
CALLWD('List,Modify,ProdList,'+subscript+'='+value);
// In VB
call CALLWD("List,Modify,ProdList,"+subscript+"="+value)
Syntax
List,Modify(<List name> , <Subscript> [, <Value>])
<List name>: Character string
Name of the list to modify.
<Subscript>: Character string
Index of the element to be modified.
<Value>: Character string (optional)
New element value.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help