ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
8. "Mobile friendly" site: Dynamic serving
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
Changing sites from AWP to SEO-ready session mode
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
CertificateList (Function)
Returns the list of certificates available on the computer.
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
Properties of a help page
The characteristics of a help page are used to define......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
AppVersionInfo (Function)
Returns information about a version available on the setup server.
Environment of the query editor
Video control properties
The following properties can be used on a Video control:...
16. Types of code