ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
10. Customizing the aspect of a site: skin elements
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Edit options of a report
The report editor allows you to......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Events associated with Shape controls
List of events associated with Shape controls...
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
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......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Body block
The Body block corresponds to the main block of the report......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Using the query result
The result of a select query can be used in......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Manager of automated tests
The test manager is used to......
ERR_CANNOT_OPEN_FILE
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......