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.
fClose (Example)
Usage example of the fClose function
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Network constants
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
Reintegrating translated text into a project
Once the translation of framework libraries ("......
GglListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.