ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
VerticalSwipe (Property)
In french: BalayageVertical
The VerticalSwipe property gets and changes the swipe direction in an internal window with swipe gesture support.
Note: This property corresponds to the "Swipe orientation" option in the "UI" tab of the Internal Window field description..
Example
// Evénement : Changement d'orientation de la fenêtre
// Le code suivant permet de toujours balayer sur le même axe
FI_MaFenInterne1.BalayageVertical = NOT FI_MaFenInterne1.BalayageVertical
Syntax

Getting the swipe direction Hide the details

<Result> = <Internal Window control>.VerticalSwipe
<Result>: boolean
  • True if the sweep is vertical,
  • False otherwise: the sweep is horizontal.
<Internal Window control>: Control name
Name of the Internal Window control used.
Android Not available for Android applications

Changing the swipe direction Hide the details

<Internal Window control>.VerticalSwipe = <Direction>
<Internal Window control>: Control name
Name of the Internal Window control used.
<Direction>: boolean
  • True if scanning is to be performed vertically,
  • False if the swipe gesture direction must be horizontal.
Remarks
This property has no effect if the swipe gesture is not enabled on the Internal Window control. For more details, see Changing the window content with a swipe gesture.
Android This property is read-only.
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help