ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Operations performed on activity diagrams
The following paragraphs explain......
14. Report templates
...Report templates are used to easily standardize report layouts....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Operations performed on collaboration diagrams
The following paragraphs explain......
Operations performed on sequence diagrams
The following paragraphs explain......
Operations performed on object diagrams
The following paragraphs explain......
<Source>ExportJSON String (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
Start of Break block (Break header)
The Start of break block is optional......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
How to?
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....