ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Error 103: The type is unknown
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
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.
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
2. Analysis in practice
<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.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
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.
Using projects from earlier versions
Cherche les éléments d'un noeud HTML correspondant à une balise....
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
The DotNet structure
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
1
2
3
4
5
6
29
>