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,Delete (External language)
In french: Liste,Supprime
Deletes an element from a drop-down list or from an expanded list. The following elements are moved up by one rank.
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
  • For a chained deletions, the deletions should be performed from the last element to delete. 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: 04/06/2023

Send a report | Local help