ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
Managing the users of an application installed in network
The management of users allows you to find out from the server......
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Describing an element
A flexible modeling includes different elements linked together......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
<Source>.Open (Function)
Opens a data file.
WDSQL, SQL querier: Overview
WDSQL is used to......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
HOpen (Function)
Opens a data file.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......