ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocToImage (Function)
Exports a page found in a Word Processing document in image format.
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
AAF: Sort/Search/Filter on the columns of Table controls
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
4. Create a page in the editor...
DocUndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......