ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NFCWriteTag (Function)
Starts writing data to an NFC tag.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
WDTrans: Rolling back all changes made to the files held by a transaction
If a transaction is in progress, rolls back all changes made to the files since the beginning of the transaction......
Create an RSS feed
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
xlsColumnType (Example)
Usage example of the xlsColumnType function
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
SQLTransaction (Example)
Usage example of the SQLTransaction function
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
7. Multilingual websites in practice
Returns an array without duplicates....
Various constants
List of various constants used by the constants WINDEV functions....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
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....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Report viewer: "Overview" pane
The report viewer allows end users to view reports before printing them......
Count (Property)
The Count property returns the number of elements in a given set.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function