ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
WINDEV and the SOAP protocol
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
zipSelectFile (Function)
Selects files from an archive.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Progress Bar control properties
List of properties associated with the Progress Bar control...
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block......