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
liBreakNameName of the break at point x, y.LooperInfoXY
liControlNameName of the control found at x,y.LooperInfoXY
liLineNumberNumber of the row at point x, y.LooperInfoXY
liOriginScreenThe origin of the screen corresponds to the (0.0) point).LooperInfoXY
loopAnimationDeletePlays an animation during the deletion. This animation corresponds to a disappearance effect by reducing the height of the row.LooperDelete
loopAnimationNoneNo animation is played during the deletion.LooperDelete
The following constants are used to manage Looper controls (via prefix syntaxes):
ConstantDetailsUsed by the functions
liBreakNameName of the break at point x, y.<Looper>.InfoXY
liControlNameName of the control found at 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
loopAnimationDeletePlays an animation during the deletion. This animation corresponds to a disappearance effect by reducing the height of the row.<Looper>.Delete
loopAnimationNoneNo animation is played during the deletion.<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