ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
16. Application test in practice
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Installing the monitoring robot
The monitoring robot includes three executables......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
WDDeploy features
WDDeploy can be used to......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
iPrintImage (Function)
Sends the image file to print to the print buffer.
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
2. User-friendly editors in practice
User-friendly editors in practice...