ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Testing a project: setting
By testing the project you can simulate how the application will run......
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Connection variable>.TransactionEnd (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....
Info (Function)
Displays a custom message in a system information window.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Document (Type of variable)
The Document type is used to handle a "docx" document.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Error (Function)
Displays a custom error message in a system error window.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
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....
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
HOnError (Function)
Customizes the management of HFSQL errors.
ToastDisplay (Function)
Displays a "Toast" message.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......