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.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
13. Generation modes
Private Store for mobile applications
There are two methods two deploy your applications......
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
IncomingData (Property)
The IncomingData property gets and sets the type of data received by the stream.
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
Python: Native calls
WLanguage allows for native Python calls......
OutgoingData (Property)
The OutgoingData property is used to determine and change the type of data emitted by the stream.
Constants for WLanguage types
List of constants for managing WLanguage types....
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
GglGetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......