ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
17. WLanguage: A simple and powerful language
Returns the path of the container used to share files between several applications belonging to the same iOS App Group....
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
The use of the Automation type in a site is reserved for the advanced users
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Error 26: No END statement is associated with this THEN
SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS web service.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Creating a model class
In MVP projects, you need to create a base class (MBase if you're using the RAD tool for MVP applications)......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
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......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.