ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
11. Choosing the action of a button/link
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Assignment operators
Three assignment operators are available......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
9. Monitor your sites, servers, etc.
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
4. HFSQL Classic
HFSQL Classic is the database format......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.