ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several 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......
<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.
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)......
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......
fExeDir (Function)
Returns the directory from which the execution is started.
ControlToSource (Function)
Assigns the control value to the source of a control link.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.