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...
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
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......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
SMSSend (Function)
Sends an SMS.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
fLock (Function)
Entirely or partially locks an external file.
Accessing a database via a web service
The database can be accessed via a web service......
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
CursorDisplay (Function)
Displays or hides the mouse cursor.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
SSH constants
The following constants are used to manage an SSH server:...
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.