AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Looper
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
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.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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