ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
OpeningParameters (Property)
The OpeningParameters property is used to get and set the parameters passed to the internal window corresponding to the bottom sliding window. This new property is available from WINDEV Suite SaaS 2025 Update 2....
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<Document variable>.UndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
<Word Processing>.UndoRedoDeleteAll (Function)
Deletes the entire history of the Undo/Redo mechanism for a Word Processing control....
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
DocUndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<WDPic variable>.Blur (Function)
Blurs the entire given area in a variable of type WDPic (on the background layer).
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
OnHide (Property)
The OnHide property allows you to define a procedure to be called when the bottom sliding window associated with the current window is hidden. This new property is available from WINDEV Suite SaaS 2025 Update 2....