ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocRedo (Function)
Restores the last undone action on a Word Processing document.
DocUndoCount (Function)
Returns the number of actions that can be undone on a document.
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....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
dCopy (Function)
Copies an image to another image.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX 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......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
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).
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
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....