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
LooperCancelSwipe (Function)
In french: ZoneRépétéeAnnuleBalayage
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
LooperCancelSwipe(LOOP_CustomerLooper)
Syntax
LooperCancelSwipe(<Looper control>)
<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: moves and gestures.
Component: wd290android.jar
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help