ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
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).
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
<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....
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......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
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......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
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.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
4. Create a page in the editor...