ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
The Check Box control
A Check Box can correspond to......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
SCM file format evolutions
Four versions are available for the SCM repository......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
WINDEV and the SOAP protocol
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
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....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Calling a procedure/a function
Syntax for calling a local or global procedure.
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......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Local procedure
Two types of procedures are available......