ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HCross (Function)
Crosses a record in a data file.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
The Item control
The "Item" control is used to edit the content of an item found in a data file......
iParameter (Function)
Retrieves the printer configuration and configures the print.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Assignment operators
Three assignment operators are available......
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
8. Sharing a project in practice
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HDescribeFile (Function)
Describes a data file programmatically.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).