ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Carousel control
The Carousel control is used to display an animated menu made of images......
8. 10 tips for better interfaces...
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Telemetry management functions
The following functions are used to manage the telemetry:...
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
ERR_LOADMOREDLL
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Constants for telemetry management
Constants for telemetry management...
9. Sharing a project in practice
Sharing a project in practice...
8. Sharing a project in practice
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....