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,Modify (External language)
In french: Liste,Modifie
Modifies an element in a drop-down list or in an expanded list.
Example
// In C
APPELWD("List,Modify,ListProd,%s=%s",index,value);
// In Pascal
APPELWD('List,Modify,ListProd,'+index+'='+value);
// In VB
call APPELWD("List,Modify,ListProd, "+index+"="+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: 09/30/2024

Send a report | Local help