ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Properties associated with the options of a Switch control
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Properties associated with a page
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
The HTML Display control
The HTML Display control displays a web page in an application......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....