ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
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).
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Assignment operators
Three assignment operators are available......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
2. Projects in practice
Discover the main operations that can be performed on a project....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
HIndex (Function)
Rebuilds the file index (".NDX" file).
HPass (Function)
Defines the password used to create or open a data file.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.