ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDelete (Function)
Deletes a record from a data file (query or view).
EmailCheckAddress (Function)
Checks the validity of an email address.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Label report
The report editor allows you to create "Label" reports......
WEBDEV: Improving accessibility
To make your WEBDEV websites accessible to visually impaired users, simply add specific attributes to controls......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Creating an executable: General options
The main executable options are as follows......
DownloadInfo (Variable type)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
memcachedConnection (Variable type)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.