ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
User report editor (Reports & Queries)
A report provides a custom view of data......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLListSource (Function)
Lists the data sources declared on a local site.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
SQLFirst (Function)
Positions on the first row of the query result.
The "Analysis" pane
The "Analysis" pane lists......
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
<Source>.Password (Function)
Defines the password used to create or open a data file.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.