ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
The Signature control
The Signature control is a report control used to sign......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Programming custom calculations in Table controls
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Creating a delete query
A delete query (corresponding SQL statement......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....