ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Info (Function)
Displays a custom message in a system information window.
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Telemetry: Main features
The pages
Pages are the main interface of a WEBDEV site......
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Open (External language)
Opens a window.
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
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....
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
GglGetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
GglListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.