ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Looper functions
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
Display constants used by prefix syntaxes only
The following constants are used to manage Looper controls:
ConstantDetailsUsed by the functions
liControlNameName of the control found at x,y.LooperInfoXY
liBreakNameName of the break at point x, y.LooperInfoXY
liLineNumberNumber of the row at point x, y.LooperInfoXY
liOriginScreenThe origin of the screen corresponds to the (0.0) point).LooperInfoXY
loopAnimationNoneNo animation is played during the deletion.LooperDelete
loopAnimationDeletePlays an animation during the deletion. This animation corresponds to a disappearance effect by reducing the height of the row.LooperDelete
The following constants are used to manage Looper controls (prefix syntax):
ConstantDetailsUsed by the functions
liControlNameName of the control found at x,y.<Looper>.InfoXY
liBreakNameName of the break at point x, y.<Looper>.InfoXY
liLineNumberNumber of the row at point x, y.<Looper>.InfoXY
liOriginScreenThe origin of the screen corresponds to the (0.0) point).<Looper>.InfoXY
loopAnimationNoneNo animation is played during the deletion.<Looper>.Delete
loopAnimationDeletePlays an animation during the deletion. This animation corresponds to a disappearance effect by reducing the height of the row.<Looper>.Delete
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help