ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: DLL externe
CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
ERR_BAD_DLLEXE
ERR_NO_DLLEXE
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.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Overview of external languages
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
GDI+ framework
Some WINDEV features use the GDI+ framework......
1. The WINDEV Framework