ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
7. Multilingual sites in practice
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
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......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Obtaining an SSL certificate for IIS2 (2.0 or later)
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
3. Project dashboard
Project dashboard...
13. 3-Tier architecture
3. Project dashboard
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Detailed use of WINDEV FTP/RPC
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.