ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Looper functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
Example
// Code of cancellation button in the internal window
LOOP_CustomerLooper.CancelSwipe()
Syntax
<Looper control>.CancelSwipe()
<Looper control>: Control name
Name of the Looper control to be used.
Remarks
You can manage the swipe of a row in a Looper control. The swipe can:
  • Perform no action.
  • Run code.
  • Automatically delete the swiped element.
  • Display an internal window in order to customize the action.
For more details, see Looper: Scrolling and gestures.
Component: wd300android.jar
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help