ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile Framework License Agreement
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
BreakAdd (Function)
Adds a break into a Table or Looper control.
HChangeKey (Function)
Changes the browse item.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
3. Layouts
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
WEBDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
CtExtendedInfo (Property)
The CtExtendedInfo property gets the additional information inserted into the database connection string.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.