ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
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)....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Constants for managing the windows
List of constants used by the functions for managing the windows...
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
2. User-friendly editors in practice
User-friendly editors in practice...
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
7. Available controls in a window
WINDEV Mobile includes several types of controls...
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
MySelf (Reserved word)
MySelf is used to handle the current control...