ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Description (Property)
The Description property is used to get and change the page description.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Setup on a local network (LAN)
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.