ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HNext (Function)
Sets the position on the next data file record according to a browse item.
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)......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Principle for running threads
At runtime, an application runs in a main thread......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
HOnError (Function)
Customizes the management of HFSQL errors.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......