ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
Action functions
The following functions are used to manage actions:...
ERR_NO_TABLE
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
1. WINDEV editors
WINDEV editors...
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
General environment of WINDEV
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
SocketCreate (Function)
Creates a socket.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
SysInstance (Function)
Returns the instance of a module.