ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

19. Sending emails
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
NetSendBuffer (Example)
Usage example of the NetSendBuffer function
Page templates
WEBDEV allows you to create page templates......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
NetSendMessage (Example)
Usage example of the NetSendMessage function
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Creating the executable and the setup program
The languages supported by the application are taken into account......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Aliases on data files: HAlias
The aliases are used to handle......
NetGetFile (Example)
Usage example of the NetGetFile function