ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / List Box functions
  • Miscellaneous
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
Clears a List Box, ListView or Combo Box control populated programmatically.
Remark: ListDeleteAll can be used on the single-selection and multi-selection List Box controls.
Example
// Delete all elements from the "LIST_CustomerList" control
ListDeleteAll(LIST_CustomerList)
Syntax
ListDeleteAll(<List Box control>)
<List Box control>: Control name
Name of List Box (or Combo Box) control to use. If this parameter corresponds to an empty string (""), all the elements of the List Box control (or Combo Box) to which the current event belongs are deleted.
Remarks

Miscellaneous

  • To delete all the rows from a Table control, use TableDeleteAll.
  • ListDeleteAll can be used on a "Combo Box" table column.
  • For the editable Combo Box controls, the input area is cleared.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/07/2022

Send a report | Local help