ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
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....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
How to open a window?
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Creating and handling an item
The main operations that can be performed on an item are as follows......
Programming automatic calculations in the columns of a Table control
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
SCM: Creating a repository
To share a project via the Source Code Manager, a repository must be created......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.