ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Android Widget windows
An Android application can contain one or more Widget windows......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Resizing a window (AAF)
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
fDirectoryExist (Function)
Checks the existence of a directory.
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
sEndEvent (Function)
Disables the detection of an event on a serial port.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......