ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
<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.
ReplicInfo (Function)
Returns information about a replication.
HListConnection (Function)
Returns the list of connections currently described in the application.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
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......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
USBProperty (Function)
Retrieves the value of a property for a USB device.
USBFind (Function)
Finds a USB device according to keywords.
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
HPriorityClient (Function)
Modifies the priority of a client application.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
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.
HPriority (Function)
Finds out and modifies the priority of the calling application.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
OpenChild (Function)
Opens a non-modal child window.