ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Error 120: Redefinition of the structure
Error 103: The type is unknown
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
2. Analysis in practice
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.
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.
<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.
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
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......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
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....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
1
2
3
4
5
6
311
>