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.
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Handling Scheduler controls programmatically
A Scheduler control can be......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
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.
WLanguage procedure called by iCloudKeyValueWatch
Callback of the iCloudKeyValueWatch.Cb function for the callback parameter
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......