ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
Programming patterns
CAUTION......
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
Properties associated with the chart series
List of properties associated with the chart series...
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
HCancelBackup (Function)
Cancels a current backup.
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Handling TimeLine controls programmatically
A TimeLine control can be......
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Constants for managing animations
List of constants used by the functions for managing the animations...
Creating help pages
A help system includes several pages......
12. Preventing from going back to a page
The Spreadsheet control
Spreadsheets are one of the most used office tools......
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.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.