ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
Project description: Project tab
The project description window allows you to configure various elements of your project......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
SSH functions
The following functions are used to connect and communicate with a SSH server:...
J2EE constants
List of constants used by the J2EE functions....
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
WebSocket functions
List of functions specific to WebSocket servers...
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Socket management functions
List of functions for managing sockets...
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Replication management functions
Three types of replication are proposed......
1. Testing a site: Elements to be tested
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
<sshSession variable>.DisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.
<sshSession variable>.ConnectShell (Function)
Starts a new SSH session of "Shell" type.
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.