ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Certificate
The Certificate keyword can correspond to...
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Programming the table cells
The Table controls can be handled......
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
Extracting the text of the project
The following text can be extracted......
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Token
The Token keyword can correspond to...
Programming an indexed control
9. Distributing "Reports and Queries"
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Address
The Address keyword can correspond to...
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
Style sheet
A style sheet ("......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......