ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Limits
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
Vertical (Property)
In french: Vertical
The Vertical property is used to:
  • Determine if a control is oriented horizontally or vertically.
Remarks:
  • The orientation of a control can be defined in the "General" tab of the control description.
Example
Syntax

Determining the orientation of controls Hide the details

<Result> = <Control used>.Vertical
<Result>: Boolean
  • True if the specified control is vertical,
  • False if the specified control is horizontal.
<Control used>: Control name
Name of the control to be used.
Remarks

Limits

Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/02/2023

Send a report | Local help