ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Info (Function)
Displays a custom message in a system information window.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
Constants for WLanguage types
List of constants for managing WLanguage types....
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Error (Function)
Displays a custom error message in a system error window.
Constants for managing character strings
List of constants used by string management functions...
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......