ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
ERR_DISCONNECTED_BY_ADMIN
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
HClient structure
The HClient structure is used to......
Project portfolio
From version 25, you can create "project portfolios"......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
14. Report templates
...Report templates are used to easily standardize report layouts....
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Replication management functions
Three types of replication are proposed......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......