ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Java application and WINDEV
A Java application is an application entirely compiled in Java...
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...
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.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
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...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language...
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
grColor (Function)
Returns and initializes the color of different chart elements.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
EnumControl (Function)
Returns the name of Nth control found in the specified element.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Generating the RAD pattern
To generate a RAD pattern:...
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Constants for managing the spell check
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
ElementWidth (Property)
The ElementWidth property is used to: Find out or modify the width of the elements in an Organization Chart control. Find out or modify the width of the cells in a Dashboard control....
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Thread management functions
List of functions for managing threads...
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.