ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using several libraries in an application
A library is a WDL file that contains all the resources......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Managing assertions
...The main available features are as follows:...
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Local procedure
Two types of procedures are available......
12. External component in practice
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
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......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
fWrite (Function)
Writes: a character string into an external file. a memory section....
Creating a select query
A select query (corresponding SQL statement......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min