ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Report controls
Several types of controls can be handled in a report created by the report editor......
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Creating nested reports
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Time (Type of variable)
The Time type is used to easily handle the times...
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....