ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

xmlNode (Variable type)
The xmlNode type is used to handle a node of an XML document.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Error (Function)
Displays a custom error message in a system error window.
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....
OpenChild (Function)
Opens a non-modal child window.
xmlSignature (Variable type)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
geoPosition (Variable type)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
InputMask (Variable type)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
16. Types of code
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Page Header block
The Page header block is printed on each new page......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Help about new features: Letting users know about changes
Applications are constantly evolving......
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...