ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
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.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
WLanguage types
The different types in WLanguage are......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Definition (Variable type)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Using projects from earlier versions
Cherche les éléments d'un noeud HTML correspondant à une balise....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......