ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constant
The constants are language elements whose value is fixed once and for all...
PageDisplay (Function)
Displays a web page in the user's browser....
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Comparison operators
The comparison operators can be divided into several categories......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Address (Variable type)
The type Address type is used to manipulate the address of a place or person.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Programming overview in C and C++
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.