ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Events associated with Tab controls
List of events associated with Tab controls...
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
WLanguage types
The different types in WLanguage are......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
ScrollbarPosition (Function)
Used to manage the position of elevators: Modifies or recovers the position of one of the scrollbars (horizontal or vertical) of a field in a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV website....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Automatic error handling
Error handling can be customized for each process......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
Information 2104: This function is kept for backward compatibility
The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control....
WDZip: Overview
WDZip is used to compress and group your files in archives......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......