ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it......
Telephony constants
List of constants used by telephony functions...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HOpenConnection (Function)
Opens a connection to a specific database.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Interface of WDInst
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).