ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
1. RAD (Rapid Application Development)
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......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
<Source>.Read (Function)
Reads a record in a file according to a given record number.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
The single-part and multi-part archives
Two types of archives are available......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
<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.
Managing space characters in the searches?
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....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
8. 10 tips for better interfaces...