ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

11. User Macro-Code: UMC in practice
The Image property gets and sets the background image of a control or block....
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
3. Website development life cycle
Exports the content of an HTML Editor control to an Email variable (to send the email)....
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Error 19: The step of this FOR loop must be constant
Error 1015: The method of the class is protected
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile....
Text editing (Code editor)
When developing a new feature, it may be useful to keep the same environment for opening text files... Warning This feature is only available in WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
wsResponse (Variable type)
The wsResponse type is used to get: the XML source code of the web service response. the value of the different parts of the web service response (for the web services returning several responses)....
Events associated with Image controls
List of events associated with Image controls...
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Service management functions
List of functions for managing services...
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......