ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Error (Function)
Displays a custom error message in a system error window.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
ArrayCopy (Function)
Copies the content of an array to another array.