ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Looper control
  • Overview
  • Adding or modifying a row in a data-bound Looper control
  • Deleting a row from a data-bound Looper control
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
Here are the main concepts for programming browsing Looper controls.
Several WLanguage functions allow you to manage the browsing Looper controls through programming.
Do not hesitate to see the documentation about these functions. For more details, see Looper control functions.
Adding or modifying a row in a data-bound Looper control
The addition and modification of a row in a Looper control (and of a record in the data file) consist of two phases:
  1. Add or modify the record in data the file (via a form window or page, for example)
  2. Redisplaying the content of the browsing Looper control (LooperDisplay).
Deleting a row from a data-bound Looper control
To delete a row in a Looper control RepeatString file:
  1. Delete the record from the data file (via HDelete).
  2. Redisplay the content of the browsing Looper control (via LooperDisplay).
Important The LooperRecNum function returns the current record number in a file RepeatString field.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/14/2025

Send a report | Local help