ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
xlsDocument (Example)
Usage example of the xlsDocument type
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Warning 124: Shadowing a global variable
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Overview
Overview of the different operators...
Variable scope
Variables can be declared anywhere in the code....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
How to create and handle a structure?
This help page explains how to create and handle a structure....
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
The different types of variables
The different types of variables are......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
1
2
3
4
5
6
212
>