ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
TreeView Table control properties
List of properties associated with the TreeView Table control...
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
Static control properties
List of properties associated with a Static control...
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Common project
Projects are often cross-platform......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
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....