ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
Using batch processing in multiple projects
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
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...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
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...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
CallDLL32 (Function)
Runs a function found in an external DLL.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Bar code constants
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
The different types of integers
API (Function)
Runs a function found in an external DLL.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).