ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language...
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)
<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.
Xaml functions
List of Xaml functions
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
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.
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....
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.
<Source>.ImportXLS (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)....
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
xlsClose (Function)
Closes an XLS file.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.