ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
8. Sharing a project in practice
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
1. Testing a site: Elements to be tested
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
21. Reports
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
4. Monitor your applications