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.
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......
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.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Using an external component in an application
A component can be reused at any time in any application......
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
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......
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
nWDInit: Initialize the external language
Initializes the external language......
WDTerm: End the external language
End the external language......
fCreate (Function)
Creates an external file.
<DiskFile variable>.Close (Function)
Closes an external file.
fClose (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
1
2
3
4
5
6
47
>