ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
<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.
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
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.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
HListConnection (Function)
Returns the list of connections currently described in the application.
HPriority (Function)
Finds out and modifies the priority of the calling application.
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
USBProperty (Function)
Retrieves the value of a property for a USB device.
USBFind (Function)
Finds a USB device according to keywords.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
HPriorityClient (Function)
Modifies the priority of a client application.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
CapitalizeEachWord (Function)
Capitalizes the first letter of all words in a string.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......