ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
How to create a menu?
LooperAddLine (Function)
Adds a row at the end of a Looper control.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Sending elements to Free Technical Support
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Bluetooth constants
List of constants used by the Bluetooth functions....
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
Using .NET assemblies in a project
To use .NET assemblies in a project......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Code statistics
The code statistics affect......
Events associated with Flex controls
List of events associated with Flex controls...
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......