ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
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.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
How to create a menu?
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
LooperDelete (Function)
Deletes a row from a Looper control.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
gImage (Function)
Builds a sequence of characters containing an image.
Automation object
The Automation keyword is used to declare an automation object...
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
EmailCheckAddress (Function)
Checks the validity of an email address.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...