ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Locking data files: correspondence between WINDEV 5.5 and the later versions
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
WDDIXIO License Agreement
WDDIXIO License Agreement...
2. Managing emails (POP3/IMAP/SMTP)
POP3/IMAP and SMTP are email management protocols recognized by all service providers...
Reloading a document
To reload a document, ......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Telemetry: Main features
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Multi-touch management functions
The following functions are used to manage the multi-touch......
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.