ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.TransactionEnd (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....
Standard FTP functions
List of standard FTP functions...
8. Traffic statistics of dynamic sites
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
Error 121: Shadowing a structure
.NET application
To create a.NET application from a project......
ERR_NOTAVAILABLE
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
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)......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
1. Project and analysis
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....