ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
ERR_DISCONNECTED_BY_ADMIN
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: Wrong overall WEBDEV configuration....
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Error 31: The file to include is not found. Check the name and path ...
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Currencies
A currency is a real coded on 10 bytes....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Error 303: ambiguous control name
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......