ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
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...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
EditAddToken (Function)
Adds a token to a "Text token" Edit control.
AddLink (Function)
Adds a link to a text section in an edit control.
EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
EditDeleteToken (Function)
Deletes a token from a "Text token" Edit control.
EditDeleteAllToken (Function)
Deletes all the tokens from a "Text token" edit control.
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Managing space characters in the searches?
The Cell control
The Cell control contains controls......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
Programming overview in C and C++
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
The Edit control
The Edit control allows users to enter data......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......