|
|
|
|
|
<Looper>.StartFilling (Function) In french: <Zone répétée>.DébutRemplissage Starts the process to populate a Looper control programmatically. 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()
Syntax
<Looper control>.StartFilling()
<Looper control>: Control name Name of the Looper control to be used. Remarks - At the end of the process for loading the Looper control, <Looper>.EndFilling must be called to specify that the load operation is completed.
- This function has no effect on the Looper controls linked to a data file or query data source.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|