ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)......
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.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
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....
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Local procedure
Two types of procedures are available......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Calling a procedure/a function
Syntax for calling a local or global procedure.
Creating a select query
A select query (corresponding SQL statement......
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......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Summary table: Managing the application directories according to the platform
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......