ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Xaml functions
List of Xaml functions
<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language...
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Data model editor: types of links
Several types of links can be found between the files......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Code history
The code history is used to......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Software license agreement
WINDEV Express license agreement...
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
9. Sharing a project in practice
Sharing a project in practice...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
xlsSave (Function)
Saves an XLS document.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
DefaultCell
The DefaultCell property sets the style of cells in XLS documents.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.