ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDTrans: Rolling back all changes made to the files held by a transaction
If a transaction is in progress, rolls back all changes made to the files since the beginning of the transaction......
10. UMC: User Macro-Code
Creates a character string from the data found in a Table or TreeView Table control....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Table, List Box and Combo Box controls bound to queries
A Table, List Box, or Combo Box control can be used to display the content of a table or query......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
11. Table/Looper controls
Change the volume of a UPnP device....
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server......
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
3. Deploying a dynamic WEBDEV site