ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
The HTML Display control
The HTML Display control displays a web page in an application......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Windows,TCurrent (External language)
Modifies the title of the current window.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Error 1010: The member of the class is constant
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......