ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
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.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
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.
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....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Summary table: Managing the application directories according to the platform
System constants
List of constants used by the system functions....
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)......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Local procedure
Two types of procedures are available......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Creating a select query
A select query (corresponding SQL statement......
Sub-query
A sub-query is a query whose result is used by another query......
Windows
The windows represent the main interface of a WINDEV application......