ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
HCloseConnection (Function)
Closes a connection to a database.
<sshSession variable>.ConnectShell (Function)
Starts a new SSH session of "Shell" type.
<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.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
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.
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
Phone management functions
List of functions for phone management...
VibrationTrigger (Function)
Triggers the vibrations of the device.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
12. Control templates
WINDEV Mobile allows you to create control templates....
Arithmetic operators
The arithmetic operators are......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
ReplicInfo (Function)
Returns information about a replication.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.