ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Setup mode
Several methods can be used to distribute a WINDEV application......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Passing parameters
The parameters can be passed to a procedure......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
Programming overview in C and C++
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......