ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Looper functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Warning: Before using this function, you must activate the fill management mechanism in the control description window.. For more details, see Characteristics of Looper controls in a window.
Example
LOOP_MyLooper.StartFilling()
 
FOR i = 1 TO 10000
LOOP_MyLooper.AddLine()
Multitask(-1)
END
 
LOOP_MyLooper.EndFilling()
Syntax
<Looper control>.EndFilling()
<Looper control>: Control name
Name of the Looper control to be used.
Remarks
This function has no effect on the Looper controls linked to a data file or query.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help