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 can use 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...
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
Print functions
List of print functions...
NetworkConnect (Function)
Associates a drive with a shared network directory.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
SNMPCloseSession (Function)
Closes an SNMP session.
SysIconDelete (Function)
Deletes an icon from the taskbar (next to the clock).
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
dbgAuditOption (Function)
Retrieves or modifies the options of the dynamic audit.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
WDDIXIO License Agreement
WDDIXIO License Agreement...
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
CertificateSignString (Function)
Creates the signature of a character string.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.