ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector...
HCross (Function)
Crosses a record in a data file.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
14. PHP generation in practice
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
Project description: Files tab
The project description window allows you to configure various elements of your project......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Native MySQL Connector - License Agreement
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
BrowserShare( Function)
Starts native device sharing.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
OCRAddLanguage (Function)
Adds a language to the native OCR system.
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Setup of the WEBDEV Application Server for Linux