ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
The Edit control
The Edit control allows users to enter data......
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
SaaSAdminReadSiteParameter (Function)
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
RestartProgram (Function)
Ends the application and restarts it.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
ThreadEnd (Function)
Ends the execution of the current thread.
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....
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......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
SaaSAdminWriteSiteParameter (Function)
Saves an information specific to the client.
EmailSend (Example)
Usage example of the EmailSend function
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Events associated with framesets
List of events associated with framesets...
SQLModify (Example)
Usage example of the SQLModify function
"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)...
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
DDEUnLink (Function)
Interrupts a link between an item and a data.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.