ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Code statistics
The code statistics affect......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
EventCreate (Function)
Creates an event.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Installing a SOAP server with Apache
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
AddLink (Function)
Adds a link to a text section in an edit control.
3. Deploying a WINDEV application
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
AWP without UI
Bootstrap, Angular, React, Vue......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
HDeclareExternal (Example)
Usage example of the HDeclareExternal function