ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LoadDLL (Function)
Loads the specified library (DLL) in memory.
CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
Native Access to SAP
SAP is a widely used ERP......
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Manipulating Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Button controls......
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
Constants for managing Map controls
Constants for managing Map controls...
1
2
3
4
5
6
503
>