ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM file format evolutions
Four versions are available for the SCM repository......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
DotNetDelegate (Function)
Initializes a.NET delegate.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
EXE constants
List of constants used by the functions for managing executables....
Error (Function)
Displays a custom error message in a system error window.
The different types of windows
The following types of windows can be created in a WINDEV application......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
Constants for managing arrays
List of constants used by the functions for array management....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Popup window
WINDEV allows you to open windows in popup format......
Service variable
The Service variable is used to......