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.
Setup of the WEBDEV Application Server for Linux
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Remote WEBDEV administrator: Managing statistics
The remote WEBDEV administrator proposes a module for consulting the statistics regarding the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application Server....
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
nWDSetParentNext
Set the parent of the next window to open......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
Check: NNTP connectivity
The monitoring robot will try to connect to the specified NNTP server (news server)......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Error 1023: The access to the method of the class is restricted by a private inheritance
WayPoint (Property)
The WayPoint property allows you to handle the waypoints of a connector.
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.