ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Border (Type of variable)
The Border type is used to handle a border through programming...
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of web services includes the necessary tools to allow the consumption of secure web services used to manage the Sesam Vitale cards......
XMLNext (Function)
Positionq on the next element (tag or attribute).
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
ActionRedo (Function)
Runs the last action canceled.
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
ActionUndo (Function)
Cancels the last action performed by the end user.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......