ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
RedisSet (Function)
Changes the value of a key on a Redis server.
WINDEV concepts
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Translating a text file with WDTRAD
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....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......