ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Assignment operators
Three assignment operators are available......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
The pages
Pages are the main interface of a WEBDEV site......
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Setup directory
The setup wizard allows you to configure the setup directory of application....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
How to perform a full file browse?
Count (Property)
The Count property returns the number of elements in a given set.