|
|
|
|
<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.
// Delete all rows from the "TABLE_Product" control TABLE_Product.DeleteAll()
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: - a Table or TreeView Table control based on a data file.
- a Table or TreeView Table control populated programmatically.
- a single-selection or multi-selection control.
 Reminder: Multi-selection is not available for Table controls in "Server" mode.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|