ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
3. Deploying a WINDEV application
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
User Groupware files
Two categories of data files are managed......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Generating the setup program
The last wizard step for creating the setup program allows you to......
6. Editing a page: zoning mode