|
|
|
|
|
<Looper>.EndFilling (Función) Ends the process to populate a Looper control programmatically. Reminder: The start of filling has been indicated with the <Looper>.StartFilling function.. The progress of this operation is represented: - by an infinite progress bar displayed at the bottom of the control.
- by an internal window.
LOOP_MyLooper.StartFilling() FOR i = 1 TO 10000 LOOP_MyLooper.AddLine() Multitask(-1) END LOOP_MyLooper.EndFilling()
Sintaxis
<Looper control>.EndFilling()
<Looper control>: Nombre del control Name of the Looper control to be used. Observaciones This function has no effect on the Looper controls linked to a data file or query.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|