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...
grCreate (Function)
Creates a specific type of chart.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Table,Insert (External language)
Inserts an element into a table at a given position.
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a table or query.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
xmlSignatureReference (Variable type)
The xmlSignatureReference type is used to add a reference section into the XML signature.
Creating a window skin template
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
PageToSource (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....