ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CallDLL32 (Example)
Usage example of the CallDLL32 function
API (Function)
Runs a function found in an external DLL.
CallDLL32 (Function)
Runs a function found in an external DLL.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
ExecuteFunction
Executes a WLanguage function identified by its name.
PythonExecute (Function)
Executes a function present in a Python module.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Error 802: Invalid syntax for this function
DDEError (Function)
Returns the runtime status report of a DDE function.
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
WLanguage procedure called by iCloudKeyValueWatch
Callback of the iCloudKeyValueWatch.Cb function for the callback parameter
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......