|
|
|
|
|
- Deletion on the browser
- Miscellaneous
<List Box>.DeleteAll (Function) In french: <Liste>.SupprimeTout Clears a List Box, ListView or Combo Box control populated programmatically. Remark: <List Box>.DeleteAll can be used on the single-selection and multi-selection List Box controls.
// Delete all elements from the "LIST_CustomerList" control LIST_CustomerList.DeleteAll()
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|