|
|
|
|
|
TableDeleteAll (Function) In french: TableSupprimeTout Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
a table displayed in a Combo Box control.
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.
a Combo Box control with table. 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.
 Reminder: Multi-selection is not available for Table fields in "Server" mode.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|