ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Check: Disk space by SNMP
The monitoring robot retrieves the available disk space via an SNMP agent......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
16. Types of code
13. Print: Reports
WINDEV reports...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Creating a delete query
A delete query (corresponding SQL statement......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
SMS functions
List of SMS functions...
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Error 1: Syntax error
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Bitwise operators
The operations on binary values are performed......
<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....