ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
HClient structure
The HClient structure is used to......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
iParameterPDF (Function)
Defines the options for the generated PDF file.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
HClusterNodeInfo (Function)
Returns the status of each cluster node by interrogating the coordinator.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
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.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.