ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
MatWrite (Function)
Writes an element into a matrix.
SQLSeek (Function)
Positions on the specified result row of the query.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
Info (Function)
Displays a custom message in a system information window.
Recompiling the project
The project compilation is a process used to......
HTransactionSavepoint (Function)
Declares a transaction savepoint.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Principle for running threads
At runtime, an application runs in a main thread......