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
<Looper>.CancelSwipe (Function)
In french: <Zone répétée>.AnnuleBalayage
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
Example
// Code du bouton d'annulation de la fenêtre interne
ZR_ZoneRepeteeClient.AnnuleBalayage()
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: moves and gestures.
Component: wd290android.jar
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help