ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
dCopy (Function)
Copies an image to another image.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
HNotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
XML functions
List of XML functions...
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
The Clickable Image control
The Clickable Image control can be used to......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....