ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HInfoView (Function)
Returns information about a materialized view.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
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....
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
<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.
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
<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.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
ReplicInfo (Function)
Returns information about a replication.