ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
19 results for: wdl
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile...
Using several libraries in an application
A library is a WDL file that contains all the resources...
ComponentInfo (Function)
Returns information about a component.
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages,...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
A structure is a custom type of data......
ERR_NO_PROJECT
Application patch
a modification was performed (WDL file)......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows,...
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development...
How to create a patch?