ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with TreeView controls
List of events associated with TreeView controls...
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Multi-product external components
Components are a remarkably useful tool for development teams......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Events associated with List Box controls
List of events associated with List Box controls...
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Dictionary
The dictionary is a file that can contain the project elements......
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....