ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
WINDEV and the SOAP protocol
RedisSet (Function)
Changes the value of a key on a Redis server.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
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......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
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....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
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....
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)......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Windows
The windows represent the main interface of a WINDEV application......
Local procedure
Two types of procedures are available......