|
|
|
|
|
- Use conditions
- Use with a Looper control based on a data file
<Looper>.Delete (Función) Deletes a row from a Looper control. The RepeatString field is automatically refreshed.
LOOP_ProdLooper.Delete(1)
Sintaxis
<Looper control>.Delete([<Index>])
<Looper control>: Nombre del control Name of the Looper control to be used. <Index>: Entero opcional 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.
Observaciones Use conditions La función <Looper>.Delete puede utilizarse en: - un control Looper basado en un archivo de datos,
- un control Looper rellenado mediante programación.
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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|