ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListConnection (Function)
Returns the list of connections currently described in the application:
  • connections described in the data model editor (for the main analysis and, if necessary, additional analyses).
  • connections described by programming (with functions HDescribeConnection or HOpenConnection).
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLChangeConnection (Function)
Modifies the current connection.
HDescribeConnection (Function)
Describes a new connection to an external database.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HListFile (Function)
Returns the list of files:
  • current analysis.
  • analyses in progress (projects with multiple analyses).
  • a specific analysis recognized by the HFSQL engine.
  • available on a connection via a Native Connector or an OLE DB driver.
  • for a group of files defined in the data model editor.
HOpenConnection (Function)
Opens a connection to a specific database.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
User report editor (Reports & Queries)
A report provides a custom view of data......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
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......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
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....
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
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......
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
9. Monitor your sites, servers, etc.
4. Monitor your applications
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
<Source>.Password (Function)
Defines the password used to create or open a data file.