ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / List Box functions
  • Miscellaneous
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Clears a List Box, ListView or Combo Box control populated programmatically.
Note: The <List Box>.DeleteAll function can be used for both single-selection and multi-selection List Box controls..
Example
// Suppression de tous les éléments présents dans le champ "LISTE_ListeClient"
LISTE_ListeClient.SupprimeTout()
Syntax
<List Box control>.DeleteAll()
<List Box control>: Control name
Name of List Box (or Combo Box) control to use.
Remarks

Miscellaneous

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

Last update: 09/26/2024

Send a report | Local help