ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
The Carousel control
The Carousel control is used to display an animated menu made of images......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
<Chart>.Label (Function)
Indicates various parameters of additional legend in a chart.
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
HsMenu,Label (Function)
Modifies the caption of a menu option.
Tab control functions
The following functions are used to manage tabs......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......