ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
<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.
ReplicInfo (Function)
Returns information about a replication.
HListConnection (Function)
Returns the list of connections currently described in the application.
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.
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.
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....
CapitalizeEachWord (Function)
Capitalizes the first letter of all words in a string.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
HPriority (Function)
Finds out and modifies the priority of the calling application.