|
|
|
|
|
TableDeleteAll (Function) In french: TableSupprimeTout Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
TableDeleteAll(TABLE_Produit)
Syntax
TableDeleteAll(<Table control>)
<Table control>: Control name Name of the control to be used. This control can correspond to: - a Table control.
- a TreeView Table control.
If this parameter is an empty string (""), the Table control of the current event will be used. Remarks Use conditions TableDeleteAll 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|