ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
3. Project dashboard
Project dashboard...
3. Project dashboard
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Creating the Table pages of the WEBDEV RAD pattern
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Functions for managing objects (External language)
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Handling Gantt Chart controls programmatically
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Configuring the IIS 7/7.5 server
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
List of extension attributes
The list of extension attributes ......
QuickActionList (Function)
Lists the application's quick actions....
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Currencies
A currency is a real coded on 10 bytes....
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
The test mode cannot operate without the project and its pages, ...
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Creating the menus for the pages of the WEBDEV RAD pattern