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...
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
fWrite (Function)
Writes: a character string into an external file. a memory section....
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
fMemExist (Function)
Checks the existence of a shared memory zone.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Constants for object visibility
List of constants for managing the visibility of an object....
FontCreate (Function)
Creates a font definition.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.