ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Environment of the project editor
The main elements of the project editor are as follows:
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......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Handling a Popup control through programming (prefix syntax)
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Typecasting of parameters
The description of the parameter type is optional......
Handling Spreadsheet controls programmatically (in a report)
Handling a Web Component control through programming
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
12. Available tests
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Including a supercontrol in a window or in a page
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......