ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Advanced types
The advanced types of WLanguage are as follows
Assignment operators
Three assignment operators are available...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
WLanguage types
The different types in WLanguage are...
Constant
The constants are language elements whose value is fixed once and for all...
<Source>.Reset (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.
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.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Type (Property)
The Type property gets and sets the type of an element.
Title (Property)
The Title property is used to get and change the title of an element.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts...
Caption (Property)
The Caption property gets and sets the text of an element.
Text (Property)
The Text property is used to get and modify text.
Name (Property)
The Name property is used to get the name of an element.
Value (Property)
The Value property is used to get and change the value of an element.
Description (Property)
The Description property is used to get and change the description of an element.
ID (Property)
The ID property is used to get and change IDs.
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
Content (Property)
The Content property is used to get and change the content of an element.
Width (Property)
The Width property is used to determine and change the width of an element.
Height (Property)
The Height property is used to get and change the height of an element.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing...
Color (Property)
The Color property is used to get and change the color of an element.