ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating 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...
Java application and WINDEV
A Java application is an application entirely compiled in Java...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
Properties available in 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...
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Burner constants
List of constants used by the burner functions....
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Control constants
List of constants used by the functions for managing controls...
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
5. Which type of server to choose?
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Installing a SOAP server with IIS
The Item control
The "Item" control is used to edit the content of an item found in a data file......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.