ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
HDescribeItem (Example)
Usage example of the HDescribeItem function
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
HSetPosition (Example)
Usage example of the HSetPosition function
TableInputInProgress (Function)
Indicates whether or not a Table or TreeView Table control is in edit mode.
.NET application
To create a.NET application from a project......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
WDConver: Use in interactive mode
Before you start using WDConver, you must have......
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Toolbar control events
List of events associated with Toolbar controls...
diffApply (Function)
Applies a difference buffer to a specific buffer.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Search in current code
When coding, developers often need to do a quick search in the current code...
hReindexingHistory (Variable type)
The type hReindexingHistory type allows you to see all the characteristics of the asynchronous optimizations performed previously: reindexing, index verification, memo verification, statistics calculation, etc. This type of variable is new in WINDEV Suite SaaS 2025 Update 2....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST web service function.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.