ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaEtats et RequêtesCode Utilisateur (MCU)
WEBDEV
WindowsLinuxPHPWEBDEV - Code Navigateur
WINDEV Mobile
AndroidWidget AndroidiPhone/iPadWidget IOSApple WatchMac CatalystUniversal Windows 10 App
Autres
Procédures stockées
OrientationVerticale (Propriété)
En anglais : VerticalOrientation
La propriété OrientationVerticale permet de :
  • Connaître l'orientation d'un champ Liste image.
  • Modifier l'orientation d'un champ Liste image.
Exemple
// Modifier l'orientation du champ
LSI_MaListeImage.OrientationVerticale = Vrai
Syntaxe

Connaître l'orientation d'un champ Liste image Masquer les détails

<Résultat> = <Champ Liste image>.OrientationVerticale
<Résultat> : Booléen
  • Vrai si le champ est orienté verticalement,
  • Faux si le champ est orienté horizontalement.
<Champ Liste image> : Nom de champ
Nom du champ Liste image à manipuler.

Modifier l'orientation d'un champ Liste image Masquer les détails

<Champ Liste image>.OrientationVerticale = <Nouvelle orientation>
<Champ Liste image> : Nom de champ
Nom du champ Liste image à manipuler.
<Nouvelle orientation> : Booléen
  • Vrai pour orienter le champ verticalement,
  • Faux pour orienter le champ horizontalement.
Remarques
La propriété OrientationVerticale peut uniquement être utilisée sur les champs de type Liste image.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/25/2022

Send a report | Local help