ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Error (Function)
Displays a custom error message in a system error window.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Global and local variable
Two types of variables are available......
Drawing constants
List of constants used by the drawing functions....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.