ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Interactive notification management constants
Interactive notification management constants...
7. Available controls in a window
WINDEV Mobile includes several types of controls...
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
SQLExec (Function)
Names and runs an SQL query.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
NetworkConnect (Function)
Associates a drive with a shared network directory.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Multilingual project
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
ActionRedo (Function)
Runs the last action canceled.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Handling a Web Component control through programming
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min