ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Page with parameters
Resizes an external file.
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Testing a static page
The test of a single page runs the current page in WEBDEV...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
fUnlock (Function)
Entirely or partially unlocks an external file.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
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......
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
HDescribeFile (Function)
Describes a data file programmatically.
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......
Installing the monitor
The monitoring robot includes three executables......
EmailGetAll (Function)
Retrieves all the emails found on a server.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
fLock (Function)
Entirely or partially locks an external file.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
SocketCreate (Function)
Creates a socket.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......