ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Windows
The windows represent the main interface of a WINDEV application......
Progress Bar control properties
List of properties associated with the Progress Bar control...
Record (Variable type)
The Record type is used to save the values of a record.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
The single-part and multi-part archives
Two types of archives are available......
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
GPSGetPosition (Function)
Retrieves information about the current device position.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Managing certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Obtaining an HSL (SSL) certificate for IIS
To obtain an HSL (SSL) certificate for IIS, follow these steps......
Pivot Table control description
The description window of a Pivot Table control is used to configure several elements of the control......
"WEBDEV Application Server" License Agreement
"WEBDEV Application Server" License Agreement...
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.