ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
19. Sending emails
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
"Real-Time Performance Profiler" pane
The "Real-Time Performance Profiler" pane shows the activity of an application or site during a test......
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
FaxStatus (Function)
Returns the status of a fax sent by FaxSend.
Assisted universal replication: specific features
Error 301: Unknown identifier
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Animation functions
WINDEV proposes several WLanguage functions for managing animations......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
<Connection variable>.RestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.