ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
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...
Properties available in Java
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...
Creating a Java project
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.
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
EventDestroy (Function)
Explicitly destroys an event.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SysScreenOrientation (Function)
Allows you to: know the orientation of the device screen (Android or iOS phone). set the screen orientation of the device (Android phone)....
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
SQLConnect (Example)
Usage example of the SQLConnect function
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
EmailAppGetArchitecture (Function)
Gets the architecture (32 or 64-bit) of a computer's default email client....
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
WinChangeAlias (Function)
Modifies the alias of a window.
Select query description window: Items that can be used
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
LooperDelete (Function)
Deletes a row from a Looper control.