ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Page Header block
The Page header block is printed on each new page......
Constants for managing tiles
Project Management Hub: Task management
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Examples for using the OLE DB provider for HFSQL
TabOffset (Property)
The TabOffset property gets and sets the offset between the border of a Tab or Ribbon control and the tab buttons.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
2. Examples and components provided with WEBDEV
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......