ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
SAPDisconnect (Function)
Disconnects a SAP R/3 system....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
HDBIndex (Function)
Opens an xBase index file.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Properties available in 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......
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....