ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Upload control events
The following processes are associated with the Upload control:...
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Organization Chart: Displaying a manufacturing process
An Organization Chart control can be used to display a diagram. It can be used, for example, to display the different steps of a process.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
SysRecentDocList (Function)
Returns the list of recently opened documents.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Constants for managing arrays
List of constants used by the functions for array management....
7. Multilingual sites in practice