ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
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....
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
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)......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Calling a procedure/a function
Syntax for calling a local or global procedure.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Creating a select query
A select query (corresponding SQL statement......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Windows
The windows represent the main interface of a WINDEV application......
Local procedure
Two types of procedures are available......
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......