ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
WDDeploy features
WDDeploy can be used to......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
WEBDEV Application Server - 10 connections - License agreement
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
WDInst: set file installation parameters
WDInst is used to configure the installation of files......
Assignment operators
Three assignment operators are available......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Manipulating Organizer controls programmatically
Organizer controls can be manipulated programmatically....
How to create a patch?
Closes a WINDEV window (and returns a value if necessary)....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through table, Looper, List Box, ListView, and Combo Box controls, supercontrols, and reports based on tables. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on tables. Then, the iteration is reinitialized....