ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Functions for managing TreeView controls (prefix syntax)
The following functions are used to manage TreeView controls (prefix syntax):
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
xlsSave (Function)
Saves an XLS document.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
HToItem (Function)
Assigns the specified value to an item of the current record.
FontCreate (Function)
Creates a font definition.
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
Movable (Property)
The Movable property is used to define if an element can be moved.
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
MinHeight (Property)
The MinHeight property gets and sets the minimum height of a control or window.
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.