ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
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......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
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.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
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.
Specific features of the Express version
Document (Type of variable)
The Document type is used to handle a "docx" document.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Handling a Popup control through programming
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....
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....
Count (Property)
The Count property returns the number of elements in a given set.
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.