ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The server is currently updated. Retry later.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
13. 3-Tier architecture
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLReqExists (Function)
Checks the existence of a query.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Native Sybase Connector for WINDEV and WEBDEV 2024
SQLListSource (Function)
Lists the data sources declared on a local site.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
SQLFirst (Function)
Positions on the first row of the query result.
13. Print: Reports
WINDEV reports...
Creating a delete query
A delete query (corresponding SQL statement......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
SQLExec (Function)
Names and runs an SQL query.
SQLNext (Function)
Positions on the next row of the query result.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......