ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Automatic documentation of external components
External components must include a technical documentation......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Operations performed on use case diagrams
The following paragraphs explain......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......