ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Miscellaneous Windows constants
List of constants used by the Windows functions....
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
ERR_BAD_DLLEXE
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
ERR_NO_DLLEXE
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
LoadDLL (Function)
Loads the specified library (DLL) in memory.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
1
2
3
4
5
6
84
>