ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV concepts
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Time management help
Time management is extremely important......
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
Overview of external languages
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Extracting messages added or modified since last extraction
A project was already created and translated......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....