|
|
|
|
|
<Table>.DeleteAll (Function) In french: <Table>.SupprimeTout Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
a table displayed in a Combo Box control.
TABLE_Produit.SupprimeTout()
Syntax
<Table control>.DeleteAll()
<Table control>: Control name Name of the control to be used. This control can correspond to: - a Table control.
- a TreeView Table control.
a Combo Box control with table.
Remarks Use conditions <Table>.DeleteAll can be used on: - Table or TreeView Table controls based on a data file.
- Table or TreeView Table controls populated programmatically.
- single-selection or multi-selection controls.
 Reminder: Multi-selection is not available for Table fields in "Server" mode.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|