AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Looper
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Ends the process to populate a Looper control programmatically.
Reminder: The start of fill was specified by LooperStartFilling. The progress of this operation is represented:
  • by an infinite progress bar displayed at the bottom of the control.
  • by an internal window.
Caution: Before using this function, the mechanism for managing the fill operation must be enabled in the control description window. For more details, see Characteristics of a Looper control in a window.
Example
LooperStartFilling(LOOP_MyLooper)
 
FOR i = 1 TO 10000
LooperAddLine(LOOP_MyLooper)
Multitask(-1)
END
 
LooperEndFilling(LOOP_MyLooper)
Syntax
LooperEndFilling(<Looper control>)
<Looper control>: Control name
Name of the Looper control to be used.
If this parameter corresponds to an empty string (""), the Looper control to which the current event belongs will be used.
Remarks
This function has no effect on the Looper controls linked to a data file or query.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

Señalar un error o enviar una sugerencia | Ayuda local