ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
RedisSet (Function)
Changes the value of a key on a Redis server.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Handling menu options programmatically
The menu options can be handled......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
Local procedure
Two types of procedures are available......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Window management functions (prefixed syntax)
List of functions for managing windows...
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Window management functions
List of functions for managing windows...
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.