ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadSeek (Example)
Usage example of the HReadSeek function
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
HForward (Example)
Usage example of the HForward function
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
HSetPosition (Example)
Usage example of the HSetPosition function
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Creating requirements
The following steps must be performed to implement the requirements......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCreateView (Example)
Usage example of the HCreateView function
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
HAdd (Example)
Usage example of the HAdd function