AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The VerticalSwipe property gets and changes the swipe direction in an internal window with swipe gesture support.
Note: This property corresponds to the "Orientación del deslizamiento" option in the "UI" tab of the Internal Window field description..
Ejemplo
// Event: Change window orientation
// The following code is used to always swipe on the same axis
IW_MyInternalWin1.VerticalSwipe = NOT IW_MyInternalWin1.VerticalSwipe
Sintaxis

Getting the swipe direction Ocultar los detalles

<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 Ocultar los detalles

<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.
Observaciones
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.
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

Señalar un error o enviar una sugerencia | Ayuda local