ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
ActionUndo (Function)
Cancels the last action performed by the end user.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Creating the skin template of a report
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Variables for managing the Drag and Drop
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
ToClipboard (Function)
Writes text or image information into the system clipboard.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Type (Property)
The Type property is used to get and change the type of an element.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Constants for managing character strings
List of constants used by string management functions...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...