ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
16. Java applications in practice
Java applications in practice...
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
The different copy modes
Two different copy modes are proposed by WDTRAD......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
2. Projects in practice
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Warning (Function)
Displays a custom message in a system warning window.
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Constants used for managing the multi-touch
Constants for managing the multi-touch...
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
InfoBuild (Function)
Displays a custom message in a system information window.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Creating nested reports
Info (Function)
Displays a custom message in a system information window.
Label report
The report editor allows you to create "Label" reports......
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
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......