ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Handling report blocks
The different operations available on report blocks are as follows......
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Page Header block
The Page header block is printed on each new page......
SOAP constants
List of constants used by the SOAP functions....
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....