ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Internal component
An internal component is a set of elements from a project......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
.NET application
To create a.NET application from a project......
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
Sensor constants
Constants used by the SensorXXX functions...
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Handling Scheduler controls programmatically
A Scheduler control can be......