ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
How to develop a PHP site?
What is a PHP site?......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
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......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Constants for managing projects
List of constants used by the functions for managing projects....
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.