ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
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.
Locking data files: correspondence between WINDEV 5.5 and the later versions
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
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.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
Functions for managing TreeView controls (prefix syntax)
The following functions are used to manage TreeView controls (prefix syntax):
Movable (Property)
The Movable property is used to define if an element can be moved.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Events associated with Edit controls
WLanguage events associated with Edit controls...
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.