ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
hBackupDescription (Variable type)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
HDescribeConnection (Function)
Describes a new connection to an external database.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
wsRequest (Variable type)
The wsRequest type is used to define the advanced characteristics of a web service.
HOpenConnection (Function)
Opens a connection to a specific database.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Creating a window skin template
Generating the RAD pattern
To generate a RAD pattern:...
WDConver: Presentation
WDConver is a tool used to convert data to an HFSQL Classic table from a file......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
Creating the menus for the windows of the WINDEV RAD pattern
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min