ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
AssistedInput (Variable type)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
PreviousPage (Function)
Returns the name of the previous page.
EndProgram (Function)
Ends the execution of the current program.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
SocketClose (Function)
Closes a socket or a connection to a server socket.
Synchronizing the database schema with external databases
The database schema must be synchronized with an external database if it uses......
Customizing the report viewer: Available windows
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLNext (Function)
Positionq on the next element (tag or attribute).
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
GDPR: an audit of your data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
Constants for managing character strings
List of constants used by string management functions...