ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Functions for managing objects (External language)
11. Choosing the action of a button/link
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
HDescribeConnection (Function)
Describes a new connection to an external database.
HDescribeFile (Function)
Describes a data file programmatically.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
HChangeConnection (Example)
Usage example of the HChangeConnection function
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
HFSQL Client/Server: Configuring the data files on the server
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......