ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project description: Languages tab
The project description window allows you to configure various elements of your project......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Project description: Options tab
The project description window allows you to configure various elements of your project......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Creating a query
Two methods can be used to create a query......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
How to create a patch?
Creating a select query
A select query (corresponding SQL statement......
12. Control templates
...Control templates...
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
FontAppointmentContent (Property)
The FontAppointmentContent property is used to: Get the characteristics of the font used for the content of appointments in Scheduler and Organizer reports. Set the characteristics of the font used for the content of appointments in Scheduler and Organizer reports....
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.