ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
ERR_BAD_CONTEXT_INVALID
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Feedback component
The Feedback component is a component provided with WINDEV......
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
Accessing a database via a web service
The database can be accessed via a web service......
ERR_TIMEOUTINIT
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
AWP without UI
Bootstrap, Angular, React, Vue......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
BTChangeConnectivity (Function)
Used to configure a Bluetooth radio to accept (or not) the requests for connection coming from the devices.
PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
Examples for using the OLE DB provider for HFSQL
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.