ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Repositionable Note functions
.NET Assemblies
.NET is Microsoft's software development platform......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
19. Upload: Sending files to the server
Mask management functions
The following functions are used to manage masks......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
UMC management functions
List of functions for managing the UMC...