ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
EmailSend (Example)
Usage example of the EmailSend function
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
FTP constants
List of constants used by the FTP functions....
CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Events associated with framesets
List of events associated with framesets...
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
HTTPRequest (Function)
Starts an HTTP request on a server.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Edit control
The Edit control allows users to enter data......