ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The single-part and multi-part archives
Two types of archives are available......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Managing space characters in the searches?
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
Popup window
WINDEV allows you to open windows in popup format......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Aliases on data files: HAlias
The aliases are used to handle......
Telemetry: Main features
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
12. Pages in practice
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).