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,Delete (External language)
In french: Liste,Supprime
Deletes an element from a drop-down list or from an expanded list. The elements below move up one row.
Example
// In C
CALLWD("List,Delete,ProdList,3");
// In Pascal
CALLWD('List,Delete,ProdList,3');
// In VB
call CALLWD("List,Delete,ProdList,3")
Syntax
List,Delete(<List name> , <Subscript>)
<List name>: Character string
Name of list to use.
<Subscript>: Character string
Index of the element to be deleted.
Remarks
  • In the case of chain deletions, it is advisable to start from the last element to be deleted.. When an element is deleted, the elements below move up.
  • The following syntax List, Delete, <List Name>, * deletes all the elements from the <List Name> list.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help