|
|
|
|
|
- Use conditions
- Use with a Looper control based on a data file
<Looper>.Delete (Function) In french: <Zone répétée>.Supprime Deletes a row from a Looper control. The RepeatString field is automatically refreshed.
LOOP_ProdLooper.Delete(1)
Syntax
<Looper control>.Delete([<Index> [, <Animation>]])
<Looper control>: Control name Name of the Looper control to be used. <Index>: Optional integer Index of the row to delete.- If this parameter is not specified, the deletion will be performed in the current row.
- If <Index> is greater than the number of rows, <Looper>.Delete has no effect.
<Animation>: Optional Integer constant
Remarks Use conditions <Looper>.Delete can be used on: - a Looper control based on a data file,
- a Looper control populated programmatically.
Use with a Looper control based on a data file If the Looper control is based on a data file: - the record is deleted from the data file.
- the next row is selected (if the last row is deleted, the previous row will be selected). The record selected in the linked data file corresponds to the selected row.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|