ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
FTP constants
List of constants used by FTP functions....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
iDestination (Function)
Configures the print destination.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
Recycle code windows
By default, a single code window is opened per ......
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.