ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
Error 1023: The access to the method of the class is restricted by a private inheritance
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Error 17: OTHER CASE must be the last statement used in SWITCH
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
ERR_NO_CURRENT_PAGE
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection point (i.e. point around a shape that a connector snaps to) in a Diagram Editor control.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Programming overview in C and C++
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.