ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
WLanguage procedure called by fMemOpen
Procedure ("Callback") called by fMemOpen if the memory area is modified by another WLanguage application.
PrintArea (Property)
The PrintArea property is used to get and change the print area of a Spreadsheet control in a report.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Chart constants
List of constants used by the functions for chart management....
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
<Map>.DisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
WinIconBarHeight (Function)
Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window.
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Report and project
In most cases, a report is linked to a project......