|
|
|
|
|
- Deletion on the browser
- Miscellaneous
Clears a List Box, ListView or Combo Box control populated programmatically. Note: The ListDeleteAll function can be used for both single-selection and multi-selection List Box controls..
ListDeleteAll(LIST_CustomerList)
Sintaxis
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. Observaciones 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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|